Cargo Features

[dependencies]
dorst = { version = "0.16.0", default-features = false, features = ["cli", "gui", "logs"] }
default = cli, logs

These default features are set whenever dorst is added without default-features = false somewhere in the dependency tree.

cli default

Enables clap and indicatif

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