mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-27 00:30:34 +00:00
Bump the libretro.py version to 0.3.1
This commit is contained in:
parent
5e742eef33
commit
cf7fe7ff16
@ -1,6 +1,6 @@
|
||||
# melonDS DS doesn't support OpenGL on macOS,
|
||||
# so there's no need to install OpenGL dependencies
|
||||
libretro.py==0.3.0
|
||||
libretro.py[opengl]==0.3.0 ; sys_platform != "darwin"
|
||||
libretro.py==0.3.1
|
||||
libretro.py[opengl]==0.3.1 ; sys_platform != "darwin"
|
||||
Pillow==10.3.0
|
||||
more-itertools==10.2.* ; python_version < '3.12'
|
||||
|
Loading…
Reference in New Issue
Block a user