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