feat: app list click: two or more toplevel behavior

This commit is contained in:
Ryan Brue 2024-03-30 23:55:14 -05:00 committed by Ashley Wulber
parent 5b78a9f22e
commit 0629b18e00
5 changed files with 697 additions and 164 deletions

4
Cargo.lock generated
View file

@ -873,16 +873,20 @@ dependencies = [
name = "cosmic-app-list"
version = "0.1.0"
dependencies = [
"anyhow",
"cosmic-client-toolkit",
"cosmic-protocols",
"futures",
"i18n-embed",
"i18n-embed-fl",
"image 0.25.0",
"itertools",
"libcosmic",
"memmap2 0.9.4",
"once_cell",
"rand",
"rust-embed",
"rustix 0.38.32",
"serde",
"switcheroo-control",
"tokio",