mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-23 14:40:04 +00:00
Update to libretro.py 0.1.3
This commit is contained in:
parent
a93fd1e5b6
commit
226c6f0bf1
@ -1,5 +1,5 @@
|
||||
# melonDS DS doesn't support OpenGL on macOS,
|
||||
# so there's no need to install OpenGL dependencies
|
||||
libretro.py[opengl]==0.1.2 ; sys_platform != "darwin"
|
||||
libretro.py==0.1.2 ; sys_platform == "darwin"
|
||||
libretro.py[opengl]==0.1.3 ; sys_platform != "darwin"
|
||||
libretro.py==0.1.3 ; sys_platform == "darwin"
|
||||
Pillow==10.3.0
|
Loading…
Reference in New Issue
Block a user