29 lines
1012 B
Zig
29 lines
1012 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#5377dbdf9935b0de767f76ea4650e7aba4516b32",
|
|
.hash = "NZSL-1.1.2-N0xSVMt6AAC1ncQHA_RafnclWolDA477iTnFmZgdvxd-",
|
|
.lazy = true,
|
|
},
|
|
.sdl3 = .{
|
|
.url = "git+https://codeberg.org/7Games/zig-sdl3?ref=v0.1.6#9c1842246c59f03f87ba59b160ca7e3d5e5ce972",
|
|
.hash = "sdl3-0.1.6-NmT1Q5sQJgCzT6hLj7WOSrwxE0Qsef1wIkDopbOOFru0",
|
|
.lazy = true,
|
|
},
|
|
},
|
|
.minimum_zig_version = "0.15.2",
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"LICENSE",
|
|
},
|
|
.fingerprint = 0xd87ec8ab9fa9396a,
|
|
}
|