Skip to content

Commit c203293

Browse files
authored
build: Fix broken zig 0.14 build due to bad zsdl dependency (#36)
1 parent 020b27e commit c203293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.zig.zon

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
.lazy = true,
2828
},
2929
.zsdl = .{
30-
.url = "https://github.com/zig-gamedev/zsdl/archive/cd29a0b441e070e0ef38c02ba3e322ef19004a34.tar.gz",
31-
.hash = "zsdl-0.4.0-dev-AAAAAABXWQDfNLmT5yuYIunIkrWPRtuY4bQdUvjFHbut",
30+
.url = "https://github.com/zig-gamedev/zsdl/archive/b0804762a2277dcfe8a52d3ae86112a4c47c8d73.tar.gz",
31+
.hash = "zsdl-0.4.0-dev-rFpjE2lXWQDkQzXKp_gIQ0ynAQ3NiB_ABpx0Xwxu5P8j",
3232
.lazy = true,
3333
},
3434
.freetype = .{

0 commit comments

Comments
 (0)