Skip to content

TheBevyFlock/bevy_cli

Repository files navigation

Bevy CLI

A Bevy CLI tool.

Nightly Rust

The Bevy CLI includes a custom linter that integrates directly with rustc through #![feature(rustc_private)]. Because of this, building this project requires nightly Rust with the rustc-dev component. If you use Rustup, a pinned version will be automatically installed when you compile this project based on the contents of rust-toolchain.toml.

However, some components may be still missing due to a rustup bug. If you get can't find crate errors when trying to build, run the following commands to manually add the required components:

rustup component add --toolchain nightly-2024-08-21 rustc-dev llvm-tools-preview

About

A Bevy CLI tool.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Languages