-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.zig.zon
25 lines (25 loc) · 954 Bytes
/
build.zig.zon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.{
.name = .shaderc_zig,
.version = "1.0.0",
.dependencies = .{
.glslang_zig = .{
.url = "git+https://github.com/tiawl/glslang.zig?ref=15.2.0#78276c8af18b19167324491efe23c7d733994918",
.hash = "glslang_zig-1.0.0-QiUC6swrWAB6TwiqhDp0Py4H7s5387O5FOCEIodXoPiE",
},
.toolbox = .{
.url = "git+https://github.com/tiawl/toolbox?ref=1.12.2#67d692be90930554cff32282bcf31e230354bc5c",
.hash = "toolbox-1.12.2-kRAu4GRZAAAiIQjk8qdsjXVdSro7DI9pI8J82LGG4k4j",
},
.spirv_zig = .{
.url = "git+https://github.com/tiawl/spirv.zig?ref=toolbox-1.12.2#5dc2d06e574893f3c4554e89b2024454b348ff88",
.hash = "spirv_zig-1.0.0-u_xqhz11ZgDKBcR63gpbm-tTO-so_0GF4ErxydH397EG",
},
},
.minimum_zig_version = "0.14.0",
.fingerprint = 0x3dd9ee4ee37ce998,
.paths = .{
"build.zig",
"build.zig.zon",
"shaderc",
},
}