fix: switch to cosmic fork of freedesktop-icons

Switch to a fork that we maintain, which containss a few fixes
that haven't been merged upstream yet.
This commit is contained in:
Michael Aaron Murphy 2024-12-05 12:21:26 +01:00 committed by Michael Murphy
parent ff0ba4860c
commit 43e7213b70

View file

@ -111,14 +111,14 @@ slotmap = "1.0.6"
smol = { version = "2.0.0", optional = true }
thiserror = "1.0.44"
tokio = { version = "1.24.2", optional = true }
tracing = "0.1"
tracing = "0.1.41"
unicode-segmentation = "1.6"
url = "2.4.0"
ustr = { version = "1.0.0", features = ["serde"] }
zbus = { version = "4.2.1", default-features = false, optional = true }
[target.'cfg(unix)'.dependencies]
freedesktop-icons = "0.2.5"
freedesktop-icons = { package = "cosmic-freedesktop-icons", git = "https://github.com/pop-os/freedesktop-icons" }
freedesktop-desktop-entry = { version = "0.5.1", optional = true }
shlex = { version = "1.3.0", optional = true }