Skip to content

Commit 6140766

Browse files
committed
Upgrade to SDL_image 3.4.0
1 parent b5c9c73 commit 6140766

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 = 6 },
20+
.version = .{ .major = 3, .minor = 4, .patch = 0 },
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.6",
3+
.version = "3.4.0",
44
.fingerprint = 0x7d6df3671d68a2f9,
55
.minimum_zig_version = "0.15.1",
66
.dependencies = .{
@@ -9,8 +9,8 @@
99
.hash = "sdl-0.4.0+3.4.0-SDL--u6yowGyvoiJ5qkFm_T1-MpmvnHShh2q2mTZf1fo",
1010
},
1111
.SDL_image = .{
12-
.url = "git+https://github.com/libsdl-org/SDL_image?ref=release-3.2.6#d78dd65454f442bfdbc373201165f1ef579484ab",
13-
.hash = "N-V-__8AAO_mIwJEEqytojZd7n8a-CTtIEGclwow6V8_giVU",
12+
.url = "git+https://github.com/libsdl-org/SDL_image?ref=release-3.4.0#ad58ecfc27a1bd09e510ceff8bbbdb1094806476",
13+
.hash = "N-V-__8AAKMTOAIaliYTn2bSPdgsU3aMgqzQiw5nYLBMIUY3",
1414
},
1515
},
1616
.paths = .{

0 commit comments

Comments
 (0)