tauri-apps / cargo-mobile2

Rust on mobile made easy!
Apache License 2.0
1.64k stars 77 forks source link

Fix the bevy templates #379

Open mirsella opened 2 months ago

mirsella commented 2 months ago

Describe the bug the bevy-demo template doesn't even compile anymore, use 2018 version, and bevy version 0.3.0.

Steps To Reproduce cargo mobile init with bevy template

Expected behavior up-to-date working template

jmetz commented 1 month ago

I've cobbled together a stripped down version of @niklasei 's bevy_game_template, modified to use a working cargo-mobile2 template here: https://github.com/jmetz/cargo-mobile2-bevy-example

Perhaps this could help develop the templates.