Skip to content

Commit 9718e75

Browse files
committed
list sdl2 as provider env var values
1 parent 595adda commit 9718e75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/sources/guide/environment.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ selector to a specific implementation.
9595
KIVY_WINDOW
9696
Implementation to use for creating the Window
9797

98-
Values: pygame, x11, sdl2, egl_rpi
98+
Values: sdl2, pygame, x11, egl_rpi
9999

100100
KIVY_TEXT
101101
Implementation to use for rendering text
102102

103-
Values: pil, pygame, sdlttf
103+
Values: sdl2, pil, pygame, sdlttf
104104

105105
KIVY_VIDEO
106106
Implementation to use for rendering video
@@ -110,12 +110,12 @@ KIVY_VIDEO
110110
KIVY_AUDIO
111111
Implementation to use for playing audio
112112

113-
Values: gstplayer, pygst, ffpyplayer, sdl2, pygame
113+
Values: sdl2, gstplayer, pygst, ffpyplayer, pygame
114114

115115
KIVY_IMAGE
116116
Implementation to use for reading image
117117

118-
Values: pil, pygame, imageio, tex, dds, gif
118+
Values: sdl2, pil, pygame, imageio, tex, dds, gif
119119

120120
KIVY_CAMERA
121121
Implementation to use for reading camera
@@ -130,7 +130,7 @@ KIVY_SPELLING
130130
KIVY_CLIPBOARD
131131
Implementation to use for clipboard management
132132

133-
Values: pygame, dummy, android
133+
Values: sdl2, pygame, dummy, android
134134

135135
Metrics
136136
-------

0 commit comments

Comments
 (0)