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