This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
added comment to fingerprint line per recommendation from the standard 'build.zig.zon' file generated by 'zig init' in Zig 0.14.0
pull/4827/head
10aded
1 month ago
parent
f430d72a8c
commit
0a895edfec
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build.zig.zon
+ 1
- 1
build.zig.zon
View File
@ -3,7 +3,7 @@
.version = "5.5.0",
.minimum_zig_version = "0.14.0",
.fingerprint = 0x13035e5cb8bc1ac2,
.fingerprint = 0x13035e5cb8bc1ac2,
// Changing this has security and trust implications.
.dependencies = .{
.xcode_frameworks = .{
Write
Preview
Loading…
Cancel
Save