Skip to content

Commit 1047075

Browse files
committed
Add sdl3-prebuild-x86_64-windows_gnu soft dep
1 parent 4a83e0e commit 1047075

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

build.zig.zon

+5-6
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@
3030
.hash = "1220f4a00b613878775ad71299fff1964f3c6e7e21add7a9e82f5f25897c7ac2368e",
3131
.lazy = true,
3232
},
33-
// TODO
34-
// .@"sdl3-prebuilt-x86_64-windows-gnu" = .{
35-
// .url = "",
36-
// .hash = "",
37-
// .lazy = true,
38-
// },
33+
.@"sdl3-prebuilt-x86_64-windows-gnu" = .{
34+
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-x86_64-windows-gnu/archive/b46f8fb93a7295f4be3aec75af3bf282f4a10630.tar.gz",
35+
.hash = "1220587fd3f41711791910c3af94a628846397853b773ac09971c157d28a608d8d93",
36+
.lazy = true,
37+
},
3938
.@"sdl3-prebuilt-x86_64-linux-gnu" = .{
4039
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-x86_64-linux-gnu/archive/b18f66425b185dff18ac29d0b4bd998c38fbc340.tar.gz",
4140
.hash = "1220fec3b4e9e2740ef5875f204bbd8cf71c48e2eaf50e9795b1be3b58efd5118550",

0 commit comments

Comments
 (0)