Use cosmic-freedesktop-icons, like libcosmic
This commit is contained in:
parent
bf0830c20e
commit
5bb719f617
2 changed files with 2 additions and 16 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
|
@ -1222,9 +1222,9 @@ dependencies = [
|
||||||
"cosmic-bg-config",
|
"cosmic-bg-config",
|
||||||
"cosmic-comp-config",
|
"cosmic-comp-config",
|
||||||
"cosmic-config",
|
"cosmic-config",
|
||||||
|
"cosmic-freedesktop-icons",
|
||||||
"delegate",
|
"delegate",
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"freedesktop-icons",
|
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-executor",
|
"futures-executor",
|
||||||
"gbm",
|
"gbm",
|
||||||
|
|
@ -1958,20 +1958,6 @@ dependencies = [
|
||||||
"xdg",
|
"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]]
|
[[package]]
|
||||||
name = "fsevent-sys"
|
name = "fsevent-sys"
|
||||||
version = "4.1.0"
|
version = "4.1.0"
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = fa
|
||||||
"winit",
|
"winit",
|
||||||
] }
|
] }
|
||||||
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
|
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"
|
memmap2 = "0.9.0"
|
||||||
tokio = "1.23.0"
|
tokio = "1.23.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue