Cargo Features
[dependencies]
pixelmosh = { version = "3.6.0", default-features = false, features = ["cli", "gui"] }
- default = cli
-
The
cli
feature is set by default wheneverpixelmosh
is added without
somewhere in the dependency tree.default-features = false - cli default
- gui
-
Enables libadwaita, glib, glib-build-tools, and gtk4
pixelmosh has 3 features without comments.