Use cosmic-freedesktop-icons, like libcosmic

This commit is contained in:
Ian Douglas Scott 2025-05-15 10:05:57 -07:00
parent bf0830c20e
commit 5bb719f617
2 changed files with 2 additions and 16 deletions

16
Cargo.lock generated
View file

@ -1222,9 +1222,9 @@ dependencies = [
"cosmic-bg-config",
"cosmic-comp-config",
"cosmic-config",
"cosmic-freedesktop-icons",
"delegate",
"env_logger",
"freedesktop-icons",
"futures-channel",
"futures-executor",
"gbm",
@ -1958,20 +1958,6 @@ dependencies = [
"xdg",
]
[[package]]
name = "freedesktop-icons"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72e592df580f8f0e7c48135383e9c0e0d18d9de346b95f9839857fe27a67ad47"
dependencies = [
"dirs 5.0.1",
"ini_core",
"once_cell",
"thiserror 1.0.69",
"tracing",
"xdg",
]
[[package]]
name = "fsevent-sys"
version = "4.1.0"

View file

@ -21,7 +21,7 @@ libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = fa
"winit",
] }
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
freedesktop-icons = "0.3.1"
freedesktop-icons = { package = "cosmic-freedesktop-icons", git = "https://github.com/pop-os/freedesktop-icons" }
memmap2 = "0.9.0"
tokio = "1.23.0"