mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-16 19:35:46 +00:00
Update build.zig.zon to use the new zig v0.14 version (#4819)
This commit is contained in:
@@ -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 = .{
|
||||||
|
|||||||
Reference in New Issue
Block a user