get rid of modified raylib.h, do modifications in code
This commit is contained in:
parent
1051cd09e8
commit
c818fae902
6 changed files with 38 additions and 1517 deletions
2
setup.py
2
setup.py
|
@ -36,7 +36,7 @@ setup(
|
|||
],
|
||||
packages=["raylib", "pyray"],
|
||||
include_package_data=True,
|
||||
install_requires=["cffi>=1.14.5","inflection"],
|
||||
install_requires=["cffi>=1.14.6","inflection"],
|
||||
distclass=BinaryDistribution,
|
||||
cffi_modules=["raylib/build.py:ffibuilder"]
|
||||
)
|
||||
|
|
Reference in a new issue