Update build.zig.zon to use the new zig v0.14 version (#4819)
This commit is contained in:
parent
9ba0cdbe6d
commit
590f793755
|
|
@ -1,7 +1,9 @@
|
|||
.{
|
||||
.name = "raylib",
|
||||
.name = .raylib,
|
||||
.version = "5.5.0",
|
||||
.minimum_zig_version = "0.13.0",
|
||||
.minimum_zig_version = "0.14.0",
|
||||
|
||||
.fingerprint = 0x13035e5cb8bc1ac2,
|
||||
|
||||
.dependencies = .{
|
||||
.xcode_frameworks = .{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user