TheBevyFlock / bevy_quickstart

This template is a great way to get started on a new Bevy game—especially for a game jam!
https://the-bevy-flock.itch.io/bevy-quickstart
MIT License
152 stars 25 forks source link

Consider moving `.cargo/config_fast_builds.toml` to `.cargo/config.toml` #216

Open benfrankel opened 1 month ago

benfrankel commented 1 month ago

But with the whole file commented out, and .cargo/ gitignored (we already gitignore .cargo/config.toml).

janhohenheim commented 1 month ago

We could also remove it entirely and just link to the Bevy repo's version. Dunno if that's better, just pointing it out.