We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f152d commit 93c5503Copy full SHA for 93c5503
setup.py
@@ -13,7 +13,7 @@
13
RAYLIB_PLATFORM = os.getenv("RAYLIB_PLATFORM", "Desktop")
14
if RAYLIB_PLATFORM == "SDL":
15
NAME = "_sdl"
16
-if RAYLIB_PLATFORM == "SDL_SOFT":
+elif RAYLIB_PLATFORM == "SDL_SOFT":
17
NAME = "_software"
18
elif RAYLIB_PLATFORM == "DRM":
19
NAME = "_drm"
version.py
@@ -1 +1 @@
1
-__version__ = "5.6.0.0-dev1"
+__version__ = "5.6.0.0-dev2"
0 commit comments