bevy_ecs
Run this command in a terminal, in your project's directory:
cargo add bevy_ecs
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
bevy_ecs = "0.19.0-rc.1"
The bevy_ecs library will be automatically available globally. Read the bevy_ecs library documentation.
Back to the crate overview.