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