Initial commit

This commit is contained in:
Ian Douglas Scott 2022-12-30 14:07:39 -08:00
commit 970885ec45
3 changed files with 618 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "cosmic-workspaces"
version = "0.1.0"
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" }
tokio = "1.23.0"