Adding bevy_gilrs
library as a dependency
Run this command in a terminal, in your project"s directory:
cargo add bevy_gilrs
To add it manually, edit your project"s Cargo.toml
file and add to the [dependencies]
section:
bevy_gilrs = "0.15.1"
The bevy_gilrs
library will be automatically available globally.
Read the bevy_gilrs
library documentation.