-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
64 lines (64 loc) · 2.64 KB
/
build.zig.zon
File metadata and controls
64 lines (64 loc) · 2.64 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.{
.name = .cubyz_libs,
.fingerprint = 0x309b84abf3e7800f,
.version = "0.0.0",
.paths = .{""},
.dependencies = .{
.glfw = .{
.url = "https://github.com/glfw/glfw/archive/refs/tags/3.4.tar.gz",
.hash = "N-V-__8AAL40TADEbrysYHBl-UIZO4KiG4chP8pLDVDINGH4",
},
.harfbuzz = .{
.url = "https://github.com/harfbuzz/harfbuzz/archive/refs/tags/8.2.2.tar.gz",
.hash = "N-V-__8AAMnvlQXSfQ493UdwXL4VBQdgWMtBZJM2016lE2ns",
},
.freetype = .{
.url = "https://github.com/freetype/freetype/archive/refs/tags/VER-2-13-2.tar.gz",
.hash = "N-V-__8AAKLKpwC4H27Ps_0iL3bPkQb-z6ZVSrB-x_3EEkub",
},
.glslang = .{
.url = "https://github.com/Games-by-Mason/glslang-zig/archive/cf74b30857e349c819c1c34ec717d4c9fc0eec5c.tar.gz",
.hash = "glslang-1.4.309-eMn68KLGCQDAuHVUzugaYOOEhbkyHmN526R7mHIq9YUs",
},
.@"Vulkan-Headers" = .{
.url = "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.330.tar.gz",
.hash = "N-V-__8AAFXYAQKsK51AAGXB9HziPDFjS_DVUq6_QHVxHrBM",
},
.@"Vulkan-Loader" = .{
.url = "https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.4.330.tar.gz",
.hash = "N-V-__8AAGYqgADJ4CSWkkwZd12lq-o6Y9ByBpscPmS_tpH4",
},
.@"MoltenVK-macos" = .{
.url = "https://github.com/KhronosGroup/MoltenVK/releases/download/v1.4.0/MoltenVK-macos.tar",
.hash = "N-V-__8AAO62gwMuCOpZesC2YsUnsRFbbzsCigpvKBUl8QwB",
},
.@"Vulkan-Utility-Libraries" = .{
.url = "https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.4.330.tar.gz",
.hash = "N-V-__8AAPKLeADUZQZzoYbObh2HUYR9pBncy2MDKFCCqtXz",
},
.@"SPIRV-Headers" = .{
.url = "https://github.com/KhronosGroup/SPIRV-Headers/archive/6bb105b6c4b3a246e1e6bb96366fe14c6dbfde83.tar.gz",
.hash = "N-V-__8AAP75OgDs2RQmQLAddfjvhD4RXblO1kSMg0ZvpCC1",
},
.@"Vulkan-ValidationLayers" = .{
.url = "https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.4.330.tar.gz",
.hash = "N-V-__8AAHvZ7QLIOvinD_aUpUBYF-rgwHYY6ZQXNHcltRfd",
},
.cgltf = .{
.url = "https://github.com/jkuhlmann/cgltf/archive/refs/tags/v1.15.tar.gz",
.hash = "N-V-__8AAKFjBABZzn84N4iiLQyNQSMVsv5XBJSvZTPcQL2H",
},
.miniaudio = .{
.url = "https://github.com/mackron/miniaudio/archive/refs/tags/0.11.23.tar.gz",
.hash = "N-V-__8AAPu4vwC_P5AHlL_kEON58uGgrDcJSjGq9Hc5yadh",
},
.mbedtls = .{
.url = "https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/mbedtls-4.0.0.tar.gz",
.hash = "N-V-__8AAKIwiADtY89ifMh8C6X0PHvyBULclU19OYMsiDg_",
},
.tf_psa_crypto = .{
.url = "https://github.com/Mbed-TLS/TF-PSA-Crypto/archive/refs/tags/tf-psa-crypto-1.0.0.tar.gz",
.hash = "N-V-__8AAOuqOgGAlxfU32chMWurMwBPZACZk-9MdknRMDIM",
},
},
}