Cargo Features
[dependencies]
bevy_screen_diagnostics = { version = "0.6.0", default-features = false, features = ["builtin-font"] }
- 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 ^0.14
bevy:
Include a default font, containing only ASCII characters, at the cost of a 20kB binary size increase
bevy_screen_diagnostics has 2 features without comments.