This is the second alpha release of the Bevy CLI, a command-line tool that streamlines work on projects using the Bevy game engine. This release includes key improvements such as:
- Automatically configuring the correct getrandombackend when building a project for the web
- Easily listing and installing specific versions of the Bevy Linter
- Unstable support for enabling web multi-threading, useful when depending on crates like bevy_seedling
- Faster compile times and improved template support by relying on cargo-generatein its executable form, rather than bundling it as a library
- Many bug fixes, small quality-of-life changes, and documentation improvements
You can find the live documentation for this release here. You may also be interested in the changelog and the migration guide.
Warning
This is an unofficial community project, hacked upon by the Bevy CLI working group until it is eventually upstreamed into the main Bevy Engine organization. Pardon our rough edges, and please consider submitting an issue if you run into trouble!
You can install the CLI using:
cargo install --git https://github.com/TheBevyFlock/bevy_cli --tag cli-v0.1.0-alpha.2 --locked bevy_cli