Cargo Features

[dependencies]
pixelmosh = { version = "3.5.3", default-features = false, features = ["cli", "gui"] }
default = cli

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

cli default

Enables clap and indicatif

gui

Enables libadwaita, glib, glib-build-tools, and gtk4

pixelmosh has 3 features without comments.