Skip to content

Commit fa7de22

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.zig.zon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
.lazy = true,
2727
},
2828
.zsdl = .{
29-
.path = "../zsdl",
29+
.url = "https://github.com/zig-gamedev/zsdl/archive/360a5033010c71445ba42d1de3973abd50c6b128.tar.gz",
30+
.hash = "1220b661c47496008c7b2717c06b7bc1f79b1cfc430c885222d5d49c91d3fc57cbde",
3031
.lazy = true,
3132
},
3233
.freetype = .{

0 commit comments

Comments
 (0)