We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21dc9df + 11eed0e commit cce9545Copy full SHA for cce9545
kivy_ios/recipes/sdl3/__init__.py
@@ -6,7 +6,7 @@
6
7
8
class LibSDL3Recipe(Recipe):
9
- version = "3.2.8"
+ version = "3.2.18"
10
embed_xcframeworks = ["SDL3"]
11
url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL3-{version}.tar.gz"
12
include_dir = "include"
kivy_ios/recipes/sdl3_ttf/__init__.py
class LibSDL3TTFRecipe(Recipe):
- version = "3.2.0"
+ version = "3.2.2"
url = "https://github.com/libsdl-org/SDL_ttf/releases/download/release-{version}/SDL3_ttf-{version}.tar.gz"
embed_xcframeworks = ["SDL3_ttf"]
0 commit comments