33 lines
1.2 KiB
Zig
33 lines
1.2 KiB
Zig
.{
|
|
.name = .SPIRV_Interpreter,
|
|
.version = "0.0.1",
|
|
.dependencies = .{
|
|
.zmath = .{
|
|
.url = "git+https://github.com/zig-gamedev/zmath.git#3a5955b2b72cd081563fbb084eff05bffd1e3fbb",
|
|
.hash = "zmath-0.11.0-dev-wjwivdMsAwD-xaLj76YHUq3t9JDH-X16xuMTmnDzqbu2",
|
|
},
|
|
.NZSL = .{ // For unit tests
|
|
.url = "git+https://git.kbz8.me/kbz_8/NZigSL#68f6c0ae2d0fc6b91eaa9df5c0fcd68f3529c5b8",
|
|
.hash = "NZSL-1.1.4-N0xSVC97AACi1-SuJ_ifNAOBRdCMPIXN1vMgVprfABhH",
|
|
.lazy = true,
|
|
},
|
|
.sdl3 = .{
|
|
.url = "git+https://codeberg.org/7Games/zig-sdl3?ref=v0.2.0#40c2e4b579aa556db37a502c936426aa1c8b5c95",
|
|
.hash = "sdl3-0.2.0-NmT1Q0mFJwBi9kZmArzh2rfJ_mFshydV0zPGULVlpACc",
|
|
.lazy = true,
|
|
},
|
|
.pretty = .{
|
|
.url = "git+https://github.com/Kbz-8/pretty.git#f91d534d033277ca1ae7fcd598a070e8b3ddc532",
|
|
.hash = "pretty-0.10.6-Tm65r7FTAQA5BEL8tcIcF-Wp4XRC7J7BhuRI0KUnFj2X",
|
|
},
|
|
},
|
|
.minimum_zig_version = "0.16.0",
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"LICENSE",
|
|
},
|
|
.fingerprint = 0xd87ec8ab9fa9396a,
|
|
}
|