Adding bevy_bsml library as a dependency

Run this command in a terminal, in your project's directory:

cargo add bevy_bsml

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

bevy_bsml = "0.14.10"

The bevy_bsml library will be automatically available globally. Read the bevy_bsml library documentation.

Back to the crate overview.