Closed benfrankel closed 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.
cargo update -p {{package-name}}
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.