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