Skip to content

Commit b8123e1

Browse files
committed
build: Depend on new version of zsdl with headers included
1 parent 4bac274 commit b8123e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
.lazy = true,
2727
},
2828
.zsdl = .{
29-
.path = "../zsdl",
29+
.path = "https://github.com/zig-gamedev/zsdl/archive/9c87bd98451e21a98756e7120b279f9f7f3ac1fc.tar.gz",
3030
.lazy = true,
3131
},
3232
.freetype = .{

0 commit comments

Comments
 (0)