Update deps and add Cargo.lock

This commit is contained in:
Ian Douglas Scott 2023-01-17 12:36:05 -08:00
parent 038d27fa88
commit 039e0a9585
4 changed files with 3441 additions and 13 deletions

View file

@ -6,8 +6,6 @@ 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", "wayland"] }
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" }
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland"] }
tokio = "1.23.0"