Show icons for toplevels
This commit is contained in:
parent
c8f0590a55
commit
899dfb0a3d
5 changed files with 205 additions and 3 deletions
|
|
@ -13,6 +13,8 @@ futures-channel = "0.3.25"
|
|||
gbm = "0.14.0"
|
||||
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland", "single-instance"] }
|
||||
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
|
||||
freedesktop-desktop-entry = "0.5.0"
|
||||
freedesktop-icons = "0.2.4"
|
||||
|
||||
memmap2 = "0.9.0"
|
||||
tokio = "1.23.0"
|
||||
|
|
@ -20,6 +22,7 @@ wayland-protocols = "0.31.0"
|
|||
zbus = { version = "3.7.0", default-features = false, features = ["tokio"] }
|
||||
once_cell = "1.18.0"
|
||||
delegate = "0.11.0"
|
||||
itertools = "0.12.0"
|
||||
|
||||
[profile.dev]
|
||||
# Not usable at opt-level 0, at least with software renderer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue