TheBevyFlock / bevy_new_2d

This template is a great way to get started on a new 2D Bevy game!
https://the-bevy-flock.itch.io/bevy-new-2d
MIT License
186 stars 30 forks source link

Update `cargo-generate` instructions #303

Closed benfrankel closed 2 months ago

benfrankel commented 2 months ago

Fixes https://github.com/TheBevyFlock/bevy_quickstart/issues/302.

Ideally the template would run cargo update -p {{package-name}} for the user in a post-generate script, but it's not clear if there's an easy way to run a CLI command from a Rhai script.