Updates Zig

This commit is contained in:
Mason Remaley 2026-04-14 13:04:44 -07:00
parent a6bdcb3836
commit a0c7c39df9

View file

@ -2,7 +2,7 @@
.name = .dear_imgui, .name = .dear_imgui,
.fingerprint = 0xc1cc609af54040bd, .fingerprint = 0xc1cc609af54040bd,
.version = "1.0.0", .version = "1.0.0",
.minimum_zig_version = "0.16.0-dev.3153+d6f43caad", .minimum_zig_version = "0.16.0",
.dependencies = .{ .dependencies = .{
.@"dear-imgui" = .{ .@"dear-imgui" = .{
// Using a patched version of v1.92.5-docking that has a UBSAN fix. The equivalent to // Using a patched version of v1.92.5-docking that has a UBSAN fix. The equivalent to
@ -16,7 +16,7 @@
.hash = "N-V-__8AAPLT7gH4vgN7Xo6yZlOMrzllGbdvVxxhrwUvgI9r", .hash = "N-V-__8AAPLT7gH4vgN7Xo6yZlOMrzllGbdvVxxhrwUvgI9r",
}, },
.sdl = .{ .sdl = .{
.url = "https://github.com/libsdl-org/SDL/archive/refs/tags/release-3.2.14.tar.gz", .url = "https://github.com/libsdl-org/SDL/archive/refs/tags/release-3.4.4.tar.gz",
.hash = "N-V-__8AAHRriwPslozjEw46IksOzPlNxJRXM087krt8ynXh", .hash = "N-V-__8AAHRriwPslozjEw46IksOzPlNxJRXM087krt8ynXh",
.version = "3.2.14", .version = "3.2.14",
}, },