This commit is contained in:
Ashley Wulber 2022-11-12 01:55:37 +01:00
parent f9c47cf479
commit 9260ee87e1
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
7 changed files with 112 additions and 66 deletions

View file

@ -7,8 +7,7 @@ edition = "2021"
[dependencies]
zbus = "3.4"
libcosmic = { path = "../..", default-features = false, features = ["debug", "wayland"] }
# cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel" }
cosmic-panel-config = { path = "../../../cosmic-panel/cosmic-panel-config", default-features = false }
libcosmic = { path = "../..", default-features = false, features = ["debug", "wayland", "applet"] }
cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel", default-features = false }
iced_sctk = { git = "https://github.com/pop-os/iced-sctk" }
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit" }