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