Skip to content

Commit 9c817dc

Browse files
committed
- Update zgpu / zsdl to versions that support latest build APIs
1 parent 96225c6 commit 9c817dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.zig.zon

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
.lazy = true,
2424
},
2525
.zgpu = .{
26-
.url = "https://github.com/zig-gamedev/zgpu/archive/d860e2b4a333cacffb168fab49a233c5d2f1bca2.tar.gz",
27-
.hash = "zgpu-0.12.0-dev-nqFT5EKgCADkhwAf97_pfSOmPWEguKmljSECs9ihpFS7",
26+
.url = "https://github.com/kcbanner/zgpu/archive/31854d24431b69ae27a89eab2d03bbb40fe9144d.tar.gz",
27+
.hash = "zgpu-0.12.0-dev-nqFT5LqgCACR_1wEhi7rveY3ocKJczfRaXQoisCmpohn",
2828
.lazy = true,
2929
},
3030
.zsdl = .{
31-
.url = "https://github.com/zig-gamedev/zsdl/archive/89c1fe2d7ef5020c68e71ac574195f09fc949cce.tar.gz",
32-
.hash = "zsdl-0.4.0-dev-rFpjE5FXWQAHcbsSHDjFtbTkruSgvRVYOae6x8RXCnoM",
31+
.url = "https://github.com/kcbanner/zsdl/archive/c42b36e1e0439025fe9468d72c7ed886ad297509.tar.gz",
32+
.hash = "zsdl-0.14.0-dev-rFpjE9xYWQAutEb4D9OExVVHmjn18h-LCKIghUhF3zLj",
3333
.lazy = true,
3434
},
3535
.freetype = .{

0 commit comments

Comments
 (0)