Skip to content

Commit cce9545

Browse files
authored
Merge pull request #980 from DexerBR/sdl3-versions
Bump SDL3 to `3.2.18` and SDL3_ttf to `3.2.2` - latest stable versions
2 parents 21dc9df + 11eed0e commit cce9545

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kivy_ios/recipes/sdl3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class LibSDL3Recipe(Recipe):
9-
version = "3.2.8"
9+
version = "3.2.18"
1010
embed_xcframeworks = ["SDL3"]
1111
url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL3-{version}.tar.gz"
1212
include_dir = "include"

kivy_ios/recipes/sdl3_ttf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class LibSDL3TTFRecipe(Recipe):
9-
version = "3.2.0"
9+
version = "3.2.2"
1010
url = "https://github.com/libsdl-org/SDL_ttf/releases/download/release-{version}/SDL3_ttf-{version}.tar.gz"
1111
include_dir = "include"
1212
embed_xcframeworks = ["SDL3_ttf"]

0 commit comments

Comments
 (0)