Initial support for horizontal workspaces

This commit is contained in:
Ian Douglas Scott 2023-11-17 14:56:37 -08:00
parent 94561b9ed1
commit fccc5f26e5
4 changed files with 121 additions and 30 deletions

View file

@ -7,10 +7,12 @@ edition = "2021"
anyhow = "1.0.75"
calloop = "0.12.3"
cctk = { package = "cosmic-client-toolkit", git = "https://github.com/pop-os/cosmic-protocols" }
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp" }
env_logger = "0.10.0"
futures-channel = "0.3.25"
gbm = "0.14.0"
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland"] }
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
memmap2 = "0.9.0"
tokio = "1.23.0"
wayland-protocols = "0.31.0"