WIP way to activate workspace
This commit is contained in:
parent
347f2a7060
commit
65233e1a28
3 changed files with 63 additions and 29 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -6,12 +6,8 @@ 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 = { 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" }
|
||||
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" }
|
||||
tokio = "1.23.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue