Skip to content

Commit

Permalink
Bump Kivy version to 2.3.1 (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored Jan 2, 2025
1 parent f804d5a commit 2ac3e6f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions kivy_ios/recipes/kivy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@


class KivyRecipe(CythonRecipe):
version = "2.3.0"
version = "2.3.1"
url = "https://github.com/kivy/kivy/archive/{version}.zip"
library = "libkivy.a"
depends = ["sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios",
"pyobjus", "python"]
python_depends = ["certifi", "charset-normalizer", "idna", "requests", "urllib3"]
python_depends = [
"certifi",
"charset-normalizer",
"idna",
"requests",
"urllib3",
"filetype",
]
pbx_frameworks = ["OpenGLES", "Accelerate", "CoreMedia", "CoreVideo"]
pre_build_ext = True

Expand Down

0 comments on commit 2ac3e6f

Please sign in to comment.