Remove some comments

This commit is contained in:
Ian Douglas Scott 2022-12-30 14:10:56 -08:00
parent 970885ec45
commit 7afd6451d2
3 changed files with 9 additions and 54 deletions

View file

@ -6,8 +6,12 @@ edition = "2021"
[dependencies]
cctk = { package = "cosmic-client-toolkit", git = "https://github.com/pop-os/cosmic-protocols" }
futures-channel = "0.3.25"
iced = { git = "https://github.com/pop-os/libcosmic", features = ["tokio"] }
iced_native = { git = "https://github.com/pop-os/libcosmic" }
iced_sctk = { git = "https://github.com/pop-os/libcosmic" }
libcosmic = { git = "https://github.com/pop-os/libcosmic" }
# iced = { git = "https://github.com/pop-os/libcosmic", features = ["tokio"] }
# iced_native = { git = "https://github.com/pop-os/libcosmic" }
# iced_sctk = { git = "https://github.com/pop-os/libcosmic" }
# libcosmic = { git = "https://github.com/pop-os/libcosmic" }
iced = { path = "/home/ian/src/pop/libcosmic/iced", features = ["tokio"] }
iced_native = { path = "/home/ian/src/pop/libcosmic/iced/native" }
iced_sctk = { path = "/home/ian/src/pop/libcosmic/iced/sctk" }
libcosmic = { path = "/home/ian/src/pop/libcosmic" }
tokio = "1.23.0"