Skip to content

Commit 46c9296

Browse files
committed
Update to SDL_image 3.2.6
1 parent aab5701 commit 46c9296

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub fn build(b: *std.Build) void {
1717

1818
const lib = b.addLibrary(.{
1919
.name = "SDL3_image",
20-
.version = .{ .major = 3, .minor = 2, .patch = 0 },
20+
.version = .{ .major = 3, .minor = 2, .patch = 6 },
2121
.linkage = .static,
2222
.root_module = mod,
2323
});

build.zig.zon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .SDL_image,
3-
.version = "3.2.4",
3+
.version = "3.2.6",
44
.fingerprint = 0x7d6df3671d68a2f9,
55
.minimum_zig_version = "0.15.1",
66
.dependencies = .{
@@ -9,8 +9,8 @@
99
.hash = "sdl-0.3.3+3.2.28-7uIn9MiRfwFhqxnwBi_vCQlKr82YpwkQBVwdz2uy46S1",
1010
},
1111
.SDL_image = .{
12-
.url = "git+https://github.com/libsdl-org/SDL_image#release-3.2.4",
13-
.hash = "N-V-__8AAJB7IgJ65BPSqjqzt7j-5xKDklR0h8c11T60iemj",
12+
.url = "git+https://github.com/libsdl-org/SDL_image?ref=release-3.2.6#d78dd65454f442bfdbc373201165f1ef579484ab",
13+
.hash = "N-V-__8AAO_mIwJEEqytojZd7n8a-CTtIEGclwow6V8_giVU",
1414
},
1515
},
1616
.paths = .{

0 commit comments

Comments
 (0)