Skip to content

Commit 9726275

Browse files
committed
Update to SDL_ttf 3.2.2
1 parent 0f28c2e commit 9726275

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.zig

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

1010
const lib = b.addLibrary(.{
1111
.name = "SDL3_ttf",
12-
.version = .{ .major = 3, .minor = 2, .patch = 0 },
12+
.version = .{ .major = 3, .minor = 2, .patch = 2 },
1313
.linkage = .static,
1414
.root_module = b.createModule(.{
1515
.target = target,

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
.hash = "sdl-0.2.1+3.2.10-7uIn9PLkfQHKJO7TvSXbVa0VnySCHbLz28PDZIlKWF4Y",
1818
},
1919
.SDL_ttf = .{
20-
.url = "git+https://github.com/libsdl-org/SDL_ttf#release-3.2.0",
21-
.hash = "N-V-__8AAG-6gADcCrwyQiRCkyIXXJCD60vHCMW7GKOb92VV",
20+
.url = "git+https://github.com/libsdl-org/SDL_ttf#release-3.2.2",
21+
.hash = "N-V-__8AAF2JgAA_Y5Qzm3b226N8y7ivM-qFVpCo9NkbfO8Y",
2222
},
2323
},
2424
.paths = .{

0 commit comments

Comments
 (0)