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