Bevy window title diagnostics
This crate writes Bevy diagnostics into primary window title.
Made for little bit more convenient usage of the FrameTimeDiagnosticsPlugin
Install
Add to your Cargo.toml
For bevy 0.16:
bevy_window_title_diagnostics = 0.16
Usage
Just add WindowTitleLoggerDiagnosticsPlugin
from this crate alongside with default FrameTimeDiagnosticsPlugin
use FrameTimeDiagnosticsPlugin;
use *;
use WindowTitleLoggerDiagnosticsPlugin;
Bevy compatibility table
Bevy version | bevy_window_title_diagnostics version |
---|---|
0.16 | 0.16 |
0.15 | 0.15 |
0.14 | 0.14 |
0.13 | 0.13 |
0.12 | 0.12 |
0.11 | 0.5 |
0.10 | 0.4 |
0.9 | 0.3 |
0.8 | 0.2 |
Starting from bevy 0.12 library will have the same semantic version as bevy