Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 854 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 854 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 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.