shuttle-hq / shuttle-examples

Examples for using Shuttle with different frameworks and resources
https://www.shuttle.rs
143 stars 59 forks source link

feat: bevy+axum hello world #144

Closed joshua-mo-143 closed 6 months ago

joshua-mo-143 commented 7 months ago

Description of change

Moves the Bevy example to the Supported section and adds the folder to the repo.

How has this been tested? (if applicable)

cargo fmt and cargo clippy (as well as manual testing to make sure everything works)

TODO: There is some small error when trying to go to /game on the web server instead of /game/ or /game/index.html where it won't correctly fetch the JS file. Might need to try and see what is happening here - hence the draft PR. I'm assuming this is due to the way that the fileserver route has been structured.