Skip to content

Commit 07b7618

Browse files
committed
build: add .mach_zig_version; use pkg.hexops.org
Signed-off-by: Emi <emi@hexops.com>
1 parent 34be2e4 commit 07b7618

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

build.zig.zon

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.{
22
.name = "mach",
33
.version = "0.4.0",
4+
.mach_zig_version = "2024.11.0-mach",
45
.paths = .{
56
"src",
67
"build.zig",
@@ -12,74 +13,74 @@
1213
},
1314
.dependencies = .{
1415
.freetype = .{
15-
.url = "https://pkg.machengine.org/freetype/972cd37bccecae2cc9f54cf0b562263a13209d02.tar.gz",
16+
.url = "https://pkg.hexops.org/pkg/hexops/freetype/972cd37bccecae2cc9f54cf0b562263a13209d02.tar.gz",
1617
.hash = "12204cba3a237cd2c4ab983f5a28d9b54e7a9912d8c7c6e38e23140b0171d6e1ebf8",
1718
.lazy = true,
1819
},
1920
.harfbuzz = .{
20-
.url = "https://pkg.machengine.org/harfbuzz/c514da98afcf5d9ad6854a7f09192f9ecfaeb061.tar.gz",
21+
.url = "https://pkg.hexops.org/pkg/hexops/harfbuzz/c514da98afcf5d9ad6854a7f09192f9ecfaeb061.tar.gz",
2122
.hash = "1220203218ac17e497f3399e08115e73cb9505f1b9f07738eb0c5cc38ca443dec953",
2223
.lazy = true,
2324
},
2425
.mach_objc = .{
25-
.url = "https://pkg.machengine.org/mach-objc/79b6f80c32b14948554958afe72dace261b14afc.tar.gz",
26+
.url = "https://pkg.hexops.org/pkg/hexops/mach-objc/79b6f80c32b14948554958afe72dace261b14afc.tar.gz",
2627
.hash = "12203675829014e69be2ea7c126ecf25d403009d336b7ca5f6e7c4ccede826c8e597",
2728
.lazy = true,
2829
},
2930
.xcode_frameworks = .{
30-
.url = "https://pkg.machengine.org/xcode-frameworks/9a45f3ac977fd25dff77e58c6de1870b6808c4a7.tar.gz",
31+
.url = "https://pkg.hexops.org/pkg/hexops/xcode-frameworks/9a45f3ac977fd25dff77e58c6de1870b6808c4a7.tar.gz",
3132
.hash = "122098b9174895f9708bc824b0f9e550c401892c40a900006459acf2cbf78acd99bb",
3233
.lazy = true,
3334
},
3435
.directx_headers = .{
35-
.url = "https://pkg.machengine.org/directx-headers/eae9b3b8a84a32ae9e67025fd64e8d8b7755e628.tar.gz",
36+
.url = "https://pkg.hexops.org/pkg/hexops/directx-headers/eae9b3b8a84a32ae9e67025fd64e8d8b7755e628.tar.gz",
3637
.hash = "1220334a0e3480fef60443cef8b519d08b4dbf16ba37d98a7b77647fa4b7761b6048",
3738
.lazy = true,
3839
},
3940
.opengl_headers = .{
40-
.url = "https://pkg.machengine.org/opengl-headers/d0b37fdc3b039ba5b430110545f398f0278c5396.tar.gz",
41+
.url = "https://pkg.hexops.org/pkg/hexops/opengl-headers/d0b37fdc3b039ba5b430110545f398f0278c5396.tar.gz",
4142
.hash = "1220c30350b7b45f4623aeaf1c5b2c9ceda5d626de2ff5a3f2f54e4a68a80358426b",
4243
.lazy = true,
4344
},
4445
.vulkan_zig_generated = .{
45-
.url = "https://pkg.machengine.org/vulkan-zig-generated/4134f910302a71731d8d32c91cfc1bc914e6d26b.tar.gz",
46+
.url = "https://pkg.hexops.org/pkg/hexops/vulkan-zig-generated/4134f910302a71731d8d32c91cfc1bc914e6d26b.tar.gz",
4647
.hash = "12208333c8b3551908b66b8a421e7127bdf0c1806063836576283860eff99c99c521",
4748
.lazy = true,
4849
},
4950
.linux_audio_headers = .{
50-
.url = "https://pkg.machengine.org/linux-audio-headers/81f1f13828a8b62467200ba2a0b0d911c4d089a7.tar.gz",
51+
.url = "https://pkg.hexops.org/pkg/hexops/linux-audio-headers/81f1f13828a8b62467200ba2a0b0d911c4d089a7.tar.gz",
5152
.hash = "12209e63e7efddd85cca44cbb13d20ef30c72ff4c409372dd75a128a354b27e9dc4c",
5253
.lazy = true,
5354
},
5455
.wayland_headers = .{
55-
.url = "https://pkg.machengine.org/wayland-headers/7c53e7483c3cfb5c6780ae542c9f5cfa712a826a.tar.gz",
56+
.url = "https://pkg.hexops.org/pkg/hexops/wayland-headers/7c53e7483c3cfb5c6780ae542c9f5cfa712a826a.tar.gz",
5657
.hash = "1220563c3d5603a02e61293c2c0223e01a3f298fb606bf0d108293b925434970a207",
5758
.lazy = true,
5859
},
5960
.x11_headers = .{
60-
.url = "https://pkg.machengine.org/x11-headers/bc049ff07d31014d4d409cc328c3feb57c9b9a83.tar.gz",
61+
.url = "https://pkg.hexops.org/pkg/hexops/x11-headers/bc049ff07d31014d4d409cc328c3feb57c9b9a83.tar.gz",
6162
.hash = "1220083b369e019a5efbd188a58a25759c09a126e1847200ff9e88f5ccbd2dc846e3",
6263
.lazy = true,
6364
},
6465

6566
// Dependencies used by examples only
6667
.zigimg = .{
67-
.url = "https://github.com/zigimg/zigimg/archive/48bfe6d413a5b3723a7bcf36f1fabbba30efef68.tar.gz",
68+
.url = "https://pkg.hexops.org/pkg/thirdparty/zigimg/archive/48bfe6d413a5b3723a7bcf36f1fabbba30efef68.tar.gz",
6869
.hash = "12201b874ac217853e59f55477b96cb7a66d43a5930ed9b4f0cfc7113efc8f5a6449",
6970
.lazy = true,
7071
},
7172
.opusfile = .{
72-
.url = "https://pkg.machengine.org/opusfile/3eb6f231cb7bfed63d68e5b6bfdd5b08adb64223.tar.gz",
73+
.url = "https://pkg.hexops.org/pkg/hexops/opusfile/3eb6f231cb7bfed63d68e5b6bfdd5b08adb64223.tar.gz",
7374
.hash = "12202b922b88245c86d7a28ce31f43c62b994aebec5dbaec0ec8d703093e07bdc334",
7475
.lazy = true,
7576
},
7677
.opusenc = .{
77-
.url = "https://pkg.machengine.org/opusenc/456cbba13168cc5b999e19256bc78e977ce18fc8.tar.gz",
78+
.url = "https://pkg.hexops.org/pkg/hexops/opusenc/456cbba13168cc5b999e19256bc78e977ce18fc8.tar.gz",
7879
.hash = "1220a330daee6fe10a02a6b981903877b2fab74afb64068a66f1f8a8135096a8e08a",
7980
.lazy = true,
8081
},
8182
.mach_example_assets = .{
82-
.url = "https://pkg.machengine.org/mach-example-assets/dbc61a1470579a7834530567011227b1e680f2af.tar.gz",
83+
.url = "https://pkg.hexops.org/pkg/hexops/mach-example-assets/dbc61a1470579a7834530567011227b1e680f2af.tar.gz",
8384
.hash = "12204101e99906bee0fde5f82682bc822744a6f879dbf45374bebd92458492313df9",
8485
.lazy = true,
8586
},

0 commit comments

Comments
 (0)