Adding bevy_ninepatch library as a dependency

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:

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.