Adding bevy_enum_filter library as a dependency

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:

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.