-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
37 lines (37 loc) · 1.5 KB
/
build.zig.zon
File metadata and controls
37 lines (37 loc) · 1.5 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
.{
.name = .FarHorizons,
.version = "0.0.0",
.fingerprint = 0x953f10b5d0f3e503,
.minimum_zig_version = "0.16.0-dev.2535+b5bd49460",
.dependencies = .{
// Headers (shared across all platforms)
.farhorizons_deps_headers = .{
.url = "https://github.com/HTRMC/FarHorizons-Libs/releases/download/v0.0.22/farhorizons_deps_headers.tar.gz",
.hash = "N-V-__8AAJB4UwFG0_wjFSNmLfUo2cVNJj91d8TyHUWQCW8m",
.lazy = true,
},
// Windows x86_64
.@"farhorizons_deps_x86_64-windows-gnu" = .{
.url = "https://github.com/HTRMC/FarHorizons-Libs/releases/download/v0.0.22/farhorizons_deps_x86_64-windows-gnu.tar.gz",
.hash = "N-V-__8AAOxA5AFLG0urXy71WqFbnvdIC9jgpHK5IrDTmBlx",
.lazy = true,
},
// Linux x86_64
.@"farhorizons_deps_x86_64-linux-gnu" = .{
.url = "https://github.com/HTRMC/FarHorizons-Libs/releases/download/v0.0.22/farhorizons_deps_x86_64-linux-gnu.tar.gz",
.hash = "N-V-__8AAFDrSwLBQHcB2xmJINCsseZ_W_8gxaS68pEXSXA2",
.lazy = true,
},
// Linux aarch64
.@"farhorizons_deps_aarch64-linux-gnu" = .{
.url = "https://github.com/HTRMC/FarHorizons-Libs/releases/download/v0.0.22/farhorizons_deps_aarch64-linux-gnu.tar.gz",
.hash = "N-V-__8AAEIdEQJys7RIzSOgZvGI4gxm1JRYCcJbLyu_7RyP",
.lazy = true,
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}