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