Pebaz

Results 46 comments of Pebaz

Closing this for now but feel free to open again.

Closing as this is no longer a supported function in version 2.0.0

Sadly the link is broken now 😂

@not-fl3 @ln42 I have been able to do a small test of Gilrs and cannot get it to work ![image](https://user-images.githubusercontent.com/28033767/113053306-2356ed80-9176-11eb-97bf-76b842b723b8.png) Example code: ```rust #[macroquad::main("Gamepad Test")] async fn main() { use...

@fornwall thanks this is great! 👍

You're welcome! Glad I could help :)

Can you please assist in getting this to build in the TravisCI environment? I tried changing everything to run with Python3 but can't seem to make it work so I...

The main error is that one of the build steps is using end-of-life Python2.7 to do something, and it cannot find `pathlib` which is crashing it.

Would love to see this fixed. I am creating a project that needs to bundle TCC and use Cello. I don't want to have to rely on the system compiler...

Have you had a chance to look into this? =)