Cargo Features
[dependencies]
bevy_screen_diagnostics = { version = "0.8.1", default-features = false, features = ["builtin-font", "sysinfo_plugin"] }
- default = builtin-font
-
The
builtin-font
feature is set by default wheneverbevy_screen_diagnostics
is added without
somewhere in the dependency tree.default-features = false - builtin-font default
-
Enables default_font of bevy
bevy:
Include a default font, containing only ASCII characters, at the cost of a 20kB binary size increase
- sysinfo_plugin
-
Enables sysinfo_plugin of bevy
bevy:
Enables system information diagnostic plugin
bevy_screen_diagnostics has 3 features without comments.