chore: use local COSMIC support crates
This commit is contained in:
parent
7fa1bc6e96
commit
573604f5fe
2 changed files with 1 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -984,7 +984,6 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cosmic-comp-config"
|
||||
version = "1.0.0"
|
||||
source = "git+https://github.com/pop-os/cosmic-comp#a5474e8c76cb96fd344a97bc672cff9b648f2efe"
|
||||
dependencies = [
|
||||
"cosmic-config",
|
||||
"input",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ anyhow = "1.0.102"
|
|||
calloop = { version = "0.14.4", features = ["executor"] }
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
cosmic-bg-config = { path = "../cosmic-bg/config" }
|
||||
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp" }
|
||||
cosmic-comp-config = { path = "../cosmic-comp/cosmic-comp-config" }
|
||||
env_logger = "0.11.9"
|
||||
gbm = "0.18.0"
|
||||
cosmic = { package = "libcosmic-yoda", path = "../libcosmic", default-features = false, features = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue