Skip to content

Commit

Permalink
setup.py: Require panda3d-simplepbr>=0.2.2
Browse files Browse the repository at this point in the history
This fixes an issue with shader paths on Windows when running the
gltf-viewer.
  • Loading branch information
Moguri committed Sep 24, 2019
1 parent af95d0e commit 8789bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
packages=['gltf'],
install_requires=[
'panda3d',
'panda3d-simplepbr',
'panda3d-simplepbr>=0.2.2',
],
setup_requires=[
'pytest-runner'
Expand Down

0 comments on commit 8789bd6

Please sign in to comment.