-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.zig.zon
28 lines (28 loc) · 1.3 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
.{
.paths = .{""},
.name = "aa",
.version = "0.0.1",
.dependencies = .{
.mach_glfw = .{
.url = "git+https://github.com/slimsag/mach-glfw#affdd6ae6f2ac2c3b9162784bdad345c561eeeea",
.hash = "122022ea6df16700e521078c20d7d01f894c6f967e6c6ce1ea166426b4fc61667de3",
},
.zmath = .{
.url = "git+https://github.com/zig-gamedev/zmath/#c6aa077003b53aaa3929541201b83bc394ed7ddb",
.hash = "1220081d55b58b968d953db1afc2fb01b2f5733929144e69522461ce25fa6450d84e",
},
.znoise = .{
.url = "git+https://github.com/zig-gamedev/znoise/#a52da9babfe6d14a0b3e3bfcaabb2907cc2c4e3b",
.hash = "12208e16c80366e2a2f8bd3f1c676b09bf47c157f4d0f0d6440555f9b74d8a9d79f7",
},
.zaudio = .{
.url = "git+https://github.com/zig-gamedev/zaudio/#7c8a86c1b7a44b906e5de5f3ee18cdd0b8de018b",
.hash = "1220423c756c4d6f58d9465a597c2b9f982d929a56fa5ceab4b7626d0ea2685bcd6c",
},
.zvox = .{
.url = "git+https://github.com/Game4all/zvox#c8d3451e46a08d7cd25f3312f5fe905732d12641",
.hash = "1220abbcc4bab051dcc6553b4fe1e3e911c3a6388b7e14ec554efffcc318adfe14f6",
// .hash = "12205027a15e5a480dc98ba0d66210c42ad1f250af6611ecfa4f783a0c961ad2a945",
},
},
}