Update to libretro.py 0.1.2

This commit is contained in:
Jesse Talavera 2024-05-31 19:05:06 -04:00
parent c5f2baaea4
commit e87a8ddb6b

View File

@ -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.0 ; sys_platform != "darwin"
libretro.py==0.1.0 ; sys_platform == "darwin"
libretro.py[opengl]==0.1.2 ; sys_platform != "darwin"
libretro.py==0.1.2 ; sys_platform == "darwin"
Pillow==10.3.0