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