Add gif to KIVY_IMAGE in template (#393)
This commit is contained in:
parent
cc62c3c56e
commit
a2de53bc85
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue