Cargo Features
[dependencies]
bevy_debug_panel = { version = "0.14.2", default-features = false, features = ["builtin-font"] }
- default = builtin-font
-
The
builtin-font
feature is set by default wheneverbevy_debug_panel
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
bevy_debug_panel has 2 features without comments.