-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.zig.zon
51 lines (50 loc) · 2.45 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.{
.name = "VVVVVV",
.version = "0.0.0",
.dependencies = .{
.VVVVVV = .{
.url = "https://github.com/TerryCavanagh/VVVVVV/archive/6df7d5df8af6787e3aee1f4df6639b5aa8e3884c.tar.gz",
.hash = "12205a24de32aa7d0c9857320b6fb5d644b7c7af1d60dff4f5e0257881f9b0c98f3d",
},
.sdl = .{
.url = "git+https://github.com/allyourcodebase/SDL#7e4fc30b201d266f197fef4153f7e046bd189a7c",
.hash = "1220c57b0bec66a2378e90cd7a79e36f9e7f60c02acca769ab3e6f974d4ef6766418",
},
.physfs = .{
.url = "https://github.com/icculus/physfs/archive/bfa7997c671957eb0a340ff1cf3c634e6269904a.tar.gz",
.hash = "12206d6eb8b5166a4ab0ae2552c847c6f85cf3400e60dfe3943c526a735dd203dde7",
},
.tinyxml2 = .{
.url = "https://github.com/leethomason/tinyxml2/archive/e45d9d16d430a3f5d3eee9fe40d5e194e1e5e63a.tar.gz",
.hash = "1220937985193cd00baee7d76d588eaca8eb5d015e9b7949567a6370c8810a2187d7",
},
.c_hashmap = .{
.url = "https://github.com/Mashpoe/c-hashmap/archive/dedf70e0a769bc52a17a36da840d96770fc26d12.tar.gz",
.hash = "12204e526203ab02f71541200bf3b6d3196cd18d2bf2289f160f07d43d6ea6acbfe8",
},
.sheen_bidi = .{
.url = "https://github.com/Tehreer/SheenBidi/archive/e667eb3a63ee704194f8d94834d8e12b18db5b21.tar.gz",
.hash = "1220f803c083768789d9e2f123d8d349662b8b01c9db621faf006f4763597ed44da2",
},
.faudio = .{
.url = "https://github.com/FNA-XNA/FAudio/archive/38e9da7264641c9cc69a80d09082f166d9b8eaf9.tar.gz",
.hash = "122074cfa2d5ead7ce2907c81142ba41bb2da74a4996c4f7c418241a05eb72619eba",
},
.lodepng = .{
.url = "https://github.com/lvandeve/lodepng/archive/18964554bc769255401942e0e6dfd09f2fab2093.tar.gz",
.hash = "1220521ded1568db149ba4bd4e51aef847d31b760f402b6719137c1fa4b67d2c17e9",
},
.zipcmdline = .{
.url = "https://github.com/marler8997/zipcmdline/archive/436c68f8993a355f6ef0c65b43fd7d56d06bcedc.tar.gz",
.hash = "12203409341d97b9ed71926213814b88c3d3181ea944192278fc73357a2de6ca22dc",
},
.makeandplay = .{
.url = "https://thelettervsixtim.es/makeandplay/data.zip",
.hash = "12205532e83dce4f3ad60bf45d9f4386961bdf7d1754404b6714fefaf3e7e6ef18de",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
},
}