Skip to content

Commit 72affb6

Browse files
authored
Update build.zig.zon
1 parent 70245fd commit 72affb6

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
@@ -11,8 +11,8 @@
1111
},
1212
.dependencies = .{
1313
.system_sdk = .{
14-
.url = "https://github.com/zig-gamedev/system-sdk/archive/refs/heads/main.tar.gz",
15-
.hash = "1220f94cae247d9249ded5372571d54f2d6dd303ab116ef02b748725c917a04351a6",
14+
.url = "https://github.com/zig-gamedev/system-sdk/archive/refs/tags/v0.2.0.tar.gz",
15+
.hash = "122035336d7535f655fe0ece31cea0fbf8ad2f1e42f64b073995050a425ca8f8fbdc",
1616
.lazy = true,
1717
},
1818
.zglfw = .{

0 commit comments

Comments
 (0)