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 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.

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