Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 866 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 866 Bytes

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