We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4201994 commit 9a686d9Copy full SHA for 9a686d9
build.zig.zon
@@ -2,6 +2,7 @@
2
.name = .zbullet,
3
.fingerprint = 0xdea5c1cd8f1709ee, // Changing this has security and trust implications.
4
.version = "0.4.0-dev",
5
+ .minimum_zig_version = "0.14.0",
6
.paths = .{
7
"build.zig",
8
"build.zig.zon",
@@ -12,8 +13,8 @@
12
13
.dependencies = .{
14
// Used by tests
15
.zmath = .{
- .url = "https://github.com/zig-gamedev/zmath/archive/fb075f0f2f90d6d938a5959a3a79700cdec155c2.tar.gz",
16
- .hash = "1220081d55b58b968d953db1afc2fb01b2f5733929144e69522461ce25fa6450d84e",
+ .url = "git+https://github.com/zig-gamedev/zmath#ccf7297ef6c01e21b2d51ad81b5b6ce929e86a00",
17
+ .hash = "zmath-0.11.0-dev-wjwivZY1AwDO7yxNmZ5HWoU03f9mFBet8LN9-oYc3i29",
18
},
19
20
}
0 commit comments