Cargo Features
[dependencies]
dorst = { version = "0.18.1", default-features = false, features = ["cli", "gui", "logs"] }
- default = cli, logs
-
These default features are set whenever
dorst
is added without
somewhere in the dependency tree.default-features = false - cli default
-
Affects
util::get_dir
… - gui
-
Enables libadwaita, async-channel, glib, glib-build-tools, and gtk4
- logs default
-
Enables tracing, tracing-appender, and tracing-subscriber
Affects
imp::Window.logs
,util::init_logs
…