rubatopy / rubato

A lightweight, developer-first game engine built for Python
https://rubato.app
GNU General Public License v3.0
23 stars 1 forks source link

Remove our own dlls #359

Closed tinmarr closed 2 years ago

tinmarr commented 2 years ago

pysdl2-dll finally updated!!!!

Please test (only need mac tested, windows + linux is done through the CI) by completely uninstalling all your dependencies with:

pip freeze | grep -v "^-e" | xargs pip uninstall -y

and then build the project (no need for force build)