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