Update deps and add Cargo.lock
This commit is contained in:
parent
038d27fa88
commit
039e0a9585
4 changed files with 3441 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue