Skip to content

`bevy_cli` - v0.1.0-alpha.2

Latest

Choose a tag to compare

@BD103 BD103 released this 24 Sep 01:29
· 36 commits to main since this release
53fea37

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 getrandom backend 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-generate in 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