Skip to content

Commit

Permalink
Update prebuilt deps
Browse files Browse the repository at this point in the history
Reverts macos prebuilt SDL3 to version 3.1.1 due to issue with 3.2.0 build.
  • Loading branch information
hazeycode committed Jan 28, 2025
1 parent 2943b82 commit 1b05871
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
.lazy = true,
},
.@"sdl3-prebuilt-macos" = .{
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-macos/archive/4a64f811962c15c436180b9fe3f67b0a5e7b819a.tar.gz",
.hash = "12205164996fc2502a0f4e06e6a859409b434c169b3e0aa370b9db5ee9c5a7b83851",
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-macos/archive/07985b3c3eb79277ae11a3dcf2b17d68bfe8276f.tar.gz",
.hash = "1220f4a00b613878775ad71299fff1964f3c6e7e21add7a9e82f5f25897c7ac2368e",
.lazy = true,
},
.@"sdl3-prebuilt-x86_64-windows-gnu" = .{
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-x86_64-windows-gnu/archive/b46f8fb93a7295f4be3aec75af3bf282f4a10630.tar.gz",
.hash = "1220587fd3f41711791910c3af94a628846397853b773ac09971c157d28a608d8d93",
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-x86_64-windows-gnu/archive/28c511e284cfacd7d34f1dc654bdda706751e736.tar.gz",
.hash = "122072c3e14e215c022217ee6bfb4169a04436ab3806bca88d5de50d7a9cc2ebb4fd",
.lazy = true,
},
.@"sdl3-prebuilt-x86_64-linux-gnu" = .{
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-x86_64-linux-gnu/archive/ec03b72a851a6281ee25e9f44eb4ba2dae017295.tar.gz",
.hash = "12201d10e23eae4757cf50b246bcac23ec0ea2e61e1f1102a924cce9adbbba59e8c9",
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-x86_64-linux-gnu/archive/183871b80747c77cfd467555ac7921fc828438ee.tar.gz",
.hash = "1220457c9927ab54acd80f67b372b50399dfe1716fdb97865423b1ae86876a95ca81",
.lazy = true,
},
},
Expand Down

0 comments on commit 1b05871

Please sign in to comment.