Cargo Features
[dependencies]
pixelmosh = { version = "4.2.2", default-features = false, features = ["cli", "gui"] }
- default = cli
-
The
clifeature is set by default wheneverpixelmoshis added withoutsomewhere in the dependency tree.default-features = false - cli default
- gui
-
Enables libadwaita, async-channel, glib, glib-build-tools, and gtk4
pixelmosh has 3 features without comments.