Skip to content

Commit 9a686d9

Browse files
committed
Update build.zig.zon
- Add minimum_zig_version field - Updated zmath dependency
1 parent 4201994 commit 9a686d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.zig.zon

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.name = .zbullet,
33
.fingerprint = 0xdea5c1cd8f1709ee, // Changing this has security and trust implications.
44
.version = "0.4.0-dev",
5+
.minimum_zig_version = "0.14.0",
56
.paths = .{
67
"build.zig",
78
"build.zig.zon",
@@ -12,8 +13,8 @@
1213
.dependencies = .{
1314
// Used by tests
1415
.zmath = .{
15-
.url = "https://github.com/zig-gamedev/zmath/archive/fb075f0f2f90d6d938a5959a3a79700cdec155c2.tar.gz",
16-
.hash = "1220081d55b58b968d953db1afc2fb01b2f5733929144e69522461ce25fa6450d84e",
16+
.url = "git+https://github.com/zig-gamedev/zmath#ccf7297ef6c01e21b2d51ad81b5b6ce929e86a00",
17+
.hash = "zmath-0.11.0-dev-wjwivZY1AwDO7yxNmZ5HWoU03f9mFBet8LN9-oYc3i29",
1718
},
1819
},
1920
}

0 commit comments

Comments
 (0)