Use iced_sctk re-export

This commit is contained in:
Ian Douglas Scott 2023-01-26 15:47:23 -08:00
parent 2cbef636a4
commit cc87545b7d
3 changed files with 5 additions and 7 deletions

View file

@ -6,7 +6,6 @@ edition = "2021"
[dependencies]
cctk = { package = "cosmic-client-toolkit", git = "https://github.com/pop-os/cosmic-protocols" }
futures-channel = "0.3.25"
iced_sctk = { git = "https://github.com/pop-os/libcosmic" }
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland"] }
tokio = "1.23.0"
zbus = { version = "3.7.0", default-features = false, features = ["tokio"] }