ソースを参照
Update build.zig.zon to use the new zig v0.14 version (#4819)
pull/4823/head
zewenn
1週間前
committed by
GitHub
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: B5690EEEBB952194
-
build.zig.zon
|
|
@ -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 = .{ |
|
|
|