Ajout du GUI

This commit is contained in:
thatscringebro
2022-08-08 16:31:52 -04:00
parent db362ccdca
commit abd15f28b6
851 changed files with 99957 additions and 1 deletions

20
kivy/include/config.pxi Normal file
View File

@@ -0,0 +1,20 @@
# Autogenerated file for Kivy Cython configuration
DEF PY3 = 1
DEF USE_RPI = 0
DEF USE_EGL = 0
DEF USE_OPENGL_ES2 = 0
DEF USE_OPENGL_MOCK = 0
DEF USE_SDL2 = 1
DEF USE_PANGOFT2 = 0
DEF USE_IOS = 0
DEF USE_ANDROID = 0
DEF USE_MESAGL = 0
DEF USE_X11 = 1
DEF USE_WAYLAND = 0
DEF USE_GSTREAMER = 0
DEF USE_AVFOUNDATION = 0
DEF USE_OSX_FRAMEWORKS = 0
DEF DEBUG_GL = 0
DEF KIVY_SDL_GL_ALPHA_SIZE = 8
DEF DEBUG = False
DEF PLATFORM = "linux"