Kaynağa Gözat
Update build.zig.zon to use the new zig v0.14 version (#4819)
pull/4823/head
zewenn
4 ay önce
işlemeyi yapan:
GitHub
ebeveyn
işleme
590f793755
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile
4 ekleme ve
2 silme
-
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 = .{ |
|
|