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 whenever bevy_debug_panel is added without default-features = false somewhere in the dependency tree.

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.