Cargo Features

[dependencies]
tbr = { version = "2.4.1", default-features = false, features = ["gui", "i18n", "dict", "open"] }
default = gui

The gui feature is set by default whenever tbr is added without default-features = false somewhere in the dependency tree.

gui default = dict, i18n, open

Enables ab_glyph, fontdb ^0.15, gtk4 ^0.7, ouroboros, pangocairo ^0.18, and resvg ^0.36

Affects book::CharStyle, book::Colors, book::Book.color_customizable, book::Book.fonts_customizable, book::Book.custom_fonts, 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

Enables open and rand