dodorare / crossbow

Cross-Platform build tools and toolkit for games and game engines written in Rust! 🦀
https://crossbow.dodorare.com/
Apache License 2.0
198 stars 13 forks source link

App instantly closes on newest macroquad version (0.3.23) #166

Open kacper-cholewinski opened 1 year ago

kacper-cholewinski commented 1 year ago

Crossbow version

0.2.3

[Optional] Relevant system information

If you cannot get Crossbow to build or run on your machine, please include:

cargo 1.64.0 (387270bc7 2022-09-16) Windows 11 (built on) Xiaomi Redmi 9 - Android 11 (ran on)

What you did

I've changed version of macroquad in basic template to "=0.3.23". Project builds and installs on target device.

What went wrong

App instantly closes after installaton. Same when trying to reopen. No errors logged.

enfipy commented 1 year ago

Unfortunately, the latest Macroquad versions are not supported at the moment (as it uses a different custom approach for building and wrapping applications). We're focused more on Bevy support lately. But we will try to add support for the latest Macroquad in future crossbow versions.