Browse Source
Update build.zig.zon to use the new zig v0.14 version (#4819)
pull/4823/head
zewenn
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
2 deletions
-
build.zig.zon
|
@ -1,7 +1,9 @@ |
|
|
.{ |
|
|
.{ |
|
|
.name = "raylib", |
|
|
|
|
|
|
|
|
.name = .raylib, |
|
|
.version = "5.5.0", |
|
|
.version = "5.5.0", |
|
|
.minimum_zig_version = "0.13.0", |
|
|
|
|
|
|
|
|
.minimum_zig_version = "0.14.0", |
|
|
|
|
|
|
|
|
|
|
|
.fingerprint = 0x13035e5cb8bc1ac2, |
|
|
|
|
|
|
|
|
.dependencies = .{ |
|
|
.dependencies = .{ |
|
|
.xcode_frameworks = .{ |
|
|
.xcode_frameworks = .{ |
|
|