From a2de53bc85905d87595a3458d205bc9106b52f65 Mon Sep 17 00:00:00 2001 From: Mirko Date: Wed, 25 Sep 2019 17:30:13 +0200 Subject: [PATCH] Add gif to KIVY_IMAGE in template (#393) --- tools/templates/{{ cookiecutter.project_name }}-ios/main.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/templates/{{ cookiecutter.project_name }}-ios/main.m b/tools/templates/{{ cookiecutter.project_name }}-ios/main.m index d76865e..07feccb 100644 --- a/tools/templates/{{ cookiecutter.project_name }}-ios/main.m +++ b/tools/templates/{{ cookiecutter.project_name }}-ios/main.m @@ -39,7 +39,7 @@ int main(int argc, char *argv[]) { putenv("KIVY_NO_CONFIG=1"); putenv("KIVY_NO_FILELOG=1"); putenv("KIVY_WINDOW=sdl2"); - putenv("KIVY_IMAGE=imageio,tex"); + putenv("KIVY_IMAGE=imageio,tex,gif"); putenv("KIVY_AUDIO=sdl2"); putenv("KIVY_GL_BACKEND=sdl2"); #ifndef DEBUG