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