Update to kivy 1.10.0

This commit is contained in:
Richard Larkin 2017-05-11 07:58:16 +02:00
parent 450d8ec4bf
commit 5979bcb40c

View file

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