A Bevy CLI tool.
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 and llvm-tools-preview components. If you use Rustup, a pinned version will be automatically installed when you compile this project based on the contents of rust-toolchain.toml.
Warning
Some components may still be missing due to a rustup bug. If you get can't find crate errors when trying to build, ensure that you have the toolchain and components installed, based on rust-toolchain.toml.