-
-
Notifications
You must be signed in to change notification settings - Fork 231
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
55 lines (55 loc) · 2.15 KB
/
Copy pathbuild.zig.zon
File metadata and controls
55 lines (55 loc) · 2.15 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
.{
.name = .Cubyzig,
.fingerprint = 0x782a2e402c0ee887,
.version = "0.0.0",
.paths = .{""},
.dependencies = .{
.local = .{
.path = "../Cubyz-libs/zig-out", // Local alternative to the cubyz_deps below
.lazy = true,
},
.cubyz_deps_headers = .{
.url = "https://github.com/PixelGuys/Cubyz-Libs/releases/download/14/cubyz_deps_headers.tar.gz",
.hash = "N-V-__8AAKzCcwBWbb29nKn6byZS78f002KM3oQcqtFWy_7j",
},
.cubyz_deps_aarch64_macos = .{
.url = "https://github.com/PixelGuys/Cubyz-Libs/releases/download/14/cubyz_deps_aarch64-macos-none.tar.gz",
.hash = "N-V-__8AABoInwXLwZD4LGu6NHUWDHqZhtFV7M_75BLg8S2c",
.lazy = true,
},
.cubyz_deps_aarch64_linux = .{
.url = "https://github.com/PixelGuys/Cubyz-Libs/releases/download/14/cubyz_deps_aarch64-linux-musl.tar.gz",
.hash = "N-V-__8AAG5Z3QJXIyz6-pE4U1_BhYpqrEw7_9u-hF_Oi_CL",
.lazy = true,
},
.cubyz_deps_aarch64_windows = .{
.url = "https://github.com/PixelGuys/Cubyz-Libs/releases/download/14/cubyz_deps_aarch64-windows-gnu.tar.gz",
.hash = "N-V-__8AAJxg9QK2BqEBkxo87blawqdPgtUS5b-YvaobSMh1",
.lazy = true,
},
.cubyz_deps_x86_64_macos = .{
.url = "https://github.com/PixelGuys/Cubyz-Libs/releases/download/14/cubyz_deps_x86_64-macos-none.tar.gz",
.hash = "N-V-__8AADBWkAWFax-EOLwiNC4EQpU4u6suCzlW3FemTrXT",
.lazy = true,
},
.cubyz_deps_x86_64_linux = .{
.url = "https://github.com/PixelGuys/Cubyz-Libs/releases/download/14/cubyz_deps_x86_64-linux-musl.tar.gz",
.hash = "N-V-__8AANzz3wIIf3gJCtO2F99T90Hy3MuuBtJVEoswODrS",
.lazy = true,
},
.cubyz_deps_x86_64_windows = .{
.url = "https://github.com/PixelGuys/Cubyz-Libs/releases/download/14/cubyz_deps_x86_64-windows-gnu.tar.gz",
.hash = "N-V-__8AAOayFwMkpYD_exJb8IrNJvN7v-H58W62d7g6RY9z",
.lazy = true,
},
.cubyz_large_assets = .{
.url = "https://github.com/PixelGuys/Cubyz-Assets/releases/download/0.3.4/assets.tar.gz",
.hash = "N-V-__8AAH13EweheT5OUNQg6SvWhcJENd2Ysd7TTo-yakiO",
},
.cubyz_test_runner = .{
.url = "https://github.com/PixelGuys/Cubyz-std-lib/archive/refs/tags/0.16.0+1.tar.gz",
.hash = "zig-0.0.0-Fp4XJG_h5A3OLpPXqVTJ1DRl3lZhqHp_fClrI7MUVjU_",
.lazy = true,
},
},
}