Skip to content

Commit f93f7c4

Browse files
authored
Update dev.build.zig.zon
1 parent daa86fb commit f93f7c4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

dev.build.zig.zon

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,22 @@
9191
.hash = "12200ecb91c0596d0356ff39d573af83abcd44fecb27943589f11c2cd172763fea39",
9292
.lazy = true,
9393
},
94+
.@"sdl3-prebuilt-macos" = .{
95+
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-macos/archive/07985b3c3eb79277ae11a3dcf2b17d68bfe8276f.tar.gz",
96+
.hash = "1220f4a00b613878775ad71299fff1964f3c6e7e21add7a9e82f5f25897c7ac2368e",
97+
.lazy = true,
98+
},
99+
.@"sdl3-prebuilt-x86_64-windows-gnu" = .{
100+
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-x86_64-windows-gnu/archive/bd506c7cf80c4bb4876a169f77ecaa0f12824c5.tar.gz",
101+
.hash = "122073ccc1be25223aed7eb9590e81eed67835901cd18ebf2314eb9cfe5bbef595cf",
102+
.lazy = true,
103+
},
104+
.@"sdl3-prebuilt-x86_64-linux-gnu" = .{
105+
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-x86_64-linux-gnu/archive/183871b80747c77cfd467555ac7921fc828438ee.tar.gz",
106+
.hash = "1220457c9927ab54acd80f67b372b50399dfe1716fdb97865423b1ae86876a95ca81",
107+
.lazy = true,
108+
},
109+
94110

95111
.zstbi = .{ .path = "libs/zstbi" },
96112

0 commit comments

Comments
 (0)