-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.zig.zon
25 lines (25 loc) · 958 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=zig-0.14.0#55cbf7bab0cf30e0d31b23910c45a2b78a5e2cc7",
.hash = "glslang_zig-1.0.0-QiUC6vctWACNkZFL3p4PXrMBbkuubyHCZqIYRyparGjp",
},
.toolbox = .{
.url = "git+https://github.com/tiawl/toolbox?ref=zig-0.14.0#90a8e16b77a7e4a0e5eef8f80f96c99acf9e6c16",
.hash = "toolbox-1.11.2-kRAu4CVLAAC8cC-LITQL_lNOAKx1v9t6VTWfq1Q4uiJR",
},
.spirv_zig = .{
.url = "git+https://github.com/tiawl/spirv.zig?ref=zig-0.14.0#5d6b36f00bb9019db0da9aaa9d94efc4fdf8ba95",
.hash = "spirv_zig-1.0.0-u_xqh_hSZgBbAIoO28_QnXrRk2AhzHdzTUbf-vuBJaGM",
},
},
.minimum_zig_version = "0.14.0",
.fingerprint = 0x3dd9ee4ee37ce998,
.paths = .{
"build.zig",
"build.zig.zon",
"shaderc",
},
}