Merge branch 'master' of github.com:kivy/kivy-ios

This commit is contained in:
Mathieu Virbel 2018-10-30 15:01:21 +01:00
commit 5686d556a5

View file

@ -3,7 +3,7 @@ from os.path import join
class KivyRecipe(CythonRecipe):
version = "1.10.0"
version = "1.10.1"
url = "https://github.com/kivy/kivy/archive/{version}.zip"
library = "libkivy.a"
depends = ["python", "sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios",