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.
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.