Skip to content

Commit

Permalink
enable sdl2 image provider to allow image to be saved from widget (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
brentpicasso committed Nov 19, 2021
1 parent c807e24 commit 6db7951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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,gif");
putenv("KIVY_IMAGE=imageio,tex,gif,sdl2");
putenv("KIVY_AUDIO=sdl2");
putenv("KIVY_GL_BACKEND=sdl2");

Expand Down

0 comments on commit 6db7951

Please sign in to comment.