-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.zig.zon
29 lines (29 loc) · 1.16 KB
/
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
26
27
28
29
.{
.name = .glslang,
.fingerprint = 0x274a355f0fac978,
.version = "14.3.0-dev",
.minimum_zig_version = "0.14.0",
.dependencies = .{
// Mirror available: https://github.com/Games-by-Mason/glslang
.glslang = .{
.url = "https://github.com/KhronosGroup/glslang/archive/5939e32b87487fa9c72ab336ebfcc5ae26d9ab6d.tar.gz",
.hash = "N-V-__8AAHwOVAKNxHZl8vC0SRlMJ2K1FscghK62pKI9rltF",
},
// Mirror available: https://github.com/Games-by-Mason/SPIRV-Tools
.@"SPIRV-Tools" = .{
.url = "https://github.com/KhronosGroup/SPIRV-Tools/archive/0cfe9e7219148716dfd30b37f4d21753f098707a.tar.gz",
.hash = "N-V-__8AAHPAXgEkRRDE5Bl0tg8dt4IEmt2Yft_7CEY0ZUWS",
},
// Mirror available: https://github.com/Games-by-Mason/SPIRV-Headers
.@"SPIRV-Headers" = .{
.url = "https://github.com/KhronosGroup/SPIRV-Headers/archive/2acb319af38d43be3ea76bfabf3998e5281d8d12.tar.gz",
.hash = "N-V-__8AADmGNwDv8CddR_janmb-DzDNDZCEvaB5hhpnxqd1",
},
},
.paths = .{
"LICENSE",
"build.zig",
"build.zig.zon",
"generated",
},
}