chore: add image features

This commit is contained in:
Ashley Wulber 2025-10-15 22:31:24 -04:00 committed by Jeremy Soller
parent 3db76b8772
commit fec5ffef68
2 changed files with 371 additions and 3 deletions

View file

@ -49,7 +49,9 @@ cosmic-settings-daemon-config = { git = "https://github.com/pop-os/cosmic-settin
"greeter",
] }
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit" }
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = ["client"] }
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = [
"client",
] }
# For network status using networkmanager feature
cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bindings", optional = true }
@ -75,6 +77,13 @@ timedate-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
cosmic-randr-shell = { workspace = true }
kdl.workspace = true
color-eyre.workspace = true
image = { version = "0.25", default-features = false, features = [
"jpeg",
"png",
"rayon",
"webp",
"hdr",
] }
[dependencies.greetd_ipc]
version = "0.10.3"