File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
44const 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 };
77const 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 " ;
99pub const revision = formatted_version ++ " (" ++ vendor_info ++ ")" ;
1010
1111pub fn build (b : * std.Build ) void {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments