We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba0cdb commit 590f793Copy full SHA for 590f793
build.zig.zon
@@ -1,7 +1,9 @@
1
.{
2
- .name = "raylib",
+ .name = .raylib,
3
.version = "5.5.0",
4
- .minimum_zig_version = "0.13.0",
+ .minimum_zig_version = "0.14.0",
5
+
6
+ .fingerprint = 0x13035e5cb8bc1ac2,
7
8
.dependencies = .{
9
.xcode_frameworks = .{
0 commit comments