Remove pyopengl accelerate (#1066)
This is causing problems and I don't know if it actually speeds much up.
This commit is contained in:
parent
c2edf7ff29
commit
20bf6cdb0b
@ -19,8 +19,6 @@ install_requires =
|
||||
wxPython
|
||||
numpy~=1.17
|
||||
pyopengl~=3.0
|
||||
; pyopengl-accelerate does not work for M1 Macs. Amulet-Team/Amulet-Map-Editor#597
|
||||
pyopengl-accelerate~=3.0; sys_platform!="darwin" or (sys_platform=="darwin" and platform_machine!="arm")
|
||||
packaging
|
||||
amulet-core~=1.9
|
||||
amulet-nbt~=2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user