Cargo Features
[dependencies]
tbr = { version = "2.4.3", default-features = false, features = ["gui", "i18n", "dict", "open"] }
- default = gui
-
The
gui
feature is set by default whenevertbr
is added without
somewhere in the dependency tree.default-features = false - gui default = dict, i18n, open
-
Enables ab_glyph, fontdb ^0.16, gtk4 ^0.8, ouroboros, pangocairo ^0.19, and resvg ^0.41
Affects
book::CharStyle
,book::Book.color_customizable
,book::Book.fonts_customizable
,book::Book.custom_fonts
,book::Book.style_customizable
,book::Book.block_styles
,common::overlap_range
,config::SidebarPosition
,config::GuiConfiguration
,config::Configuration.gui
,config::RawConfig.gui
… - i18n gui
-
Enables fluent, sys-locale, and unic-langid
- dict gui
-
Enables html-escape and stardict
- open gui