Skip to content

Commit 590f793

Browse files
authored
Update build.zig.zon to use the new zig v0.14 version (#4819)
1 parent 9ba0cdb commit 590f793

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.zig.zon

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
.{
2-
.name = "raylib",
2+
.name = .raylib,
33
.version = "5.5.0",
4-
.minimum_zig_version = "0.13.0",
4+
.minimum_zig_version = "0.14.0",
5+
6+
.fingerprint = 0x13035e5cb8bc1ac2,
57

68
.dependencies = .{
79
.xcode_frameworks = .{

0 commit comments

Comments
 (0)