build: make avif feature optional but enable by default

This commit is contained in:
Michael Aaron Murphy 2026-07-01 01:41:02 +02:00 committed by Jacob Kauffmann
parent 4d3915c1d7
commit d971176aca
5 changed files with 18 additions and 57 deletions

View file

@ -10,6 +10,13 @@ rust-version = "1.93"
cosmic-randr = { git = "https://github.com/pop-os/cosmic-randr" }
tokio = { version = "1.49.0", features = ["macros"] }
iced_winit = { git = "https://github.com/pop-os/libcosmic", default-features = false }
image = { version = "0.25.10", default-features = false, features = [
"jpeg",
"png",
"rayon",
"webp",
"hdr",
] }
[workspace.dependencies.libcosmic]
features = [