remove depreciated stuff, tidy build a bit for 4.0

This commit is contained in:
richard 2021-10-13 16:35:35 +01:00
parent c818fae902
commit 775d2da32d
17 changed files with 63 additions and 201 deletions

View file

@ -45,6 +45,12 @@ There is now a separate dynamic version of this binding:
[Read this before using raylib_dynamic](https://electronstudio.github.io/raylib-python-cffi/dynamic.html)
## Beta testing
You can install an alpha or beta version by specifying the version number like this:
python3 -m pip install raylib==4.0a3
# How to use