build: make avif feature optional but enable by default
This commit is contained in:
parent
4d3915c1d7
commit
d971176aca
5 changed files with 18 additions and 57 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue