mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-23 06:29:46 +00:00
7 lines
235 B
Plaintext
7 lines
235 B
Plaintext
# melonDS DS doesn't support OpenGL on macOS,
|
|
# so there's no need to install OpenGL dependencies
|
|
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'
|