Fix dependency
This commit is contained in:
parent
35cb345b70
commit
df81bd4e4c
2 changed files with 18 additions and 4 deletions
|
|
@ -11,10 +11,8 @@ cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp" }
|
|||
env_logger = "0.10.0"
|
||||
futures-channel = "0.3.25"
|
||||
gbm = "0.14.0"
|
||||
#libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland", "single-instance"] }
|
||||
#cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
|
||||
libcosmic = { path = "../libcosmic", default-features = false, features = ["tokio", "wayland", "single-instance"] }
|
||||
cosmic-config = { path = "../libcosmic/cosmic-config" }
|
||||
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland", "single-instance"] }
|
||||
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
|
||||
|
||||
memmap2 = "0.9.0"
|
||||
tokio = "1.23.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue