Files
SPIRV-Interpreter/build.zig.zon
Kbz-8 81f5e78863
All checks were successful
Build / build (push) Successful in 58s
Test / build (push) Successful in 5m42s
bumping NZSL
2026-01-15 15:57:12 +01:00

24 lines
762 B
Zig

.{
.name = .SPIRV_Interpreter,
.version = "0.0.1",
.dependencies = .{
.pretty = .{ // For debugging purposes
.url = "git+https://github.com/Kbz-8/pretty#117674465efd4d07d5ae9d9d8ca59c2c323a65ba",
.hash = "pretty-0.10.6-Tm65r99UAQDEJMgZysD10qE8dinBHr064fPM6YkxVPfB",
},
.NZSL = .{ // For unit tests
.url = "git+https://git.kbz8.me/kbz_8/NZigSL#0bdfc3231138b2a1d5a2c9d517df2c3e7a296dc7",
.hash = "NZSL-1.1.1-N0xSVLF6AADmN3lNOmBVu0humpmo4YRv6pd-lSygyG8o",
.lazy = true,
},
},
.minimum_zig_version = "0.15.2",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
},
.fingerprint = 0xd87ec8ab9fa9396a,
}