Skip to content

Commit 0f2e9c7

Browse files
authored
Update to newer zsdl commit to fix windows build with SDL3. (#39)
1 parent 9474d15 commit 0f2e9c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.zig.zon

Lines changed: 2 additions & 2 deletions
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/b0804762a2277dcfe8a52d3ae86112a4c47c8d73.tar.gz",
31-
.hash = "zsdl-0.4.0-dev-rFpjE2lXWQDkQzXKp_gIQ0ynAQ3NiB_ABpx0Xwxu5P8j",
30+
.url = "https://github.com/zig-gamedev/zsdl/archive/41efa4c1ef3c59eed8f2ea3d10480ef071932249.tar.gz",
31+
.hash = "zsdl-0.4.0-dev-rFpjE3ZXWQB2uAw35Ihe3ACDz58MELCMWzow3O6lrhiX",
3232
.lazy = true,
3333
},
3434
.freetype = .{

0 commit comments

Comments
 (0)