Skip to content

Commit 3ed62e5

Browse files
committed
Update for SDL 3.2.16
1 parent dead211 commit 3ed62e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
const std = @import("std");
55

6-
pub const version: std.SemanticVersion = .{ .major = 3, .minor = 2, .patch = 14 };
6+
pub const version: std.SemanticVersion = .{ .major = 3, .minor = 2, .patch = 16 };
77
const formatted_version = std.fmt.comptimePrint("SDL3-{}", .{version});
8-
pub const vendor_info = "https://github.com/castholm/SDL 0.2.3";
8+
pub const vendor_info = "https://github.com/castholm/SDL 0.2.4";
99
pub const revision = formatted_version ++ " (" ++ vendor_info ++ ")";
1010

1111
pub fn build(b: *std.Build) void {

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
.{
55
.name = .sdl,
6-
.version = "0.2.3+3.2.14",
6+
.version = "0.2.4+3.2.16",
77
.fingerprint = 0xec638ccbf427e2ee,
8-
.minimum_zig_version = "0.14.0",
8+
.minimum_zig_version = "0.14.1",
99
.dependencies = .{
1010
.sdl_linux_deps = .{
1111
.url = "git+https://github.com/castholm/SDL_linux_deps.git#085212f286621835f2638cb0cfff078fe515341a",

0 commit comments

Comments
 (0)