chore: use local COSMIC support crates
This commit is contained in:
parent
6c7f31e1ae
commit
4416a5e9ea
4 changed files with 6 additions and 6 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -1373,8 +1373,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cosmic-comp-config"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/cosmic-comp.git?rev=5eb5af4#5eb5af46756f2f2bc5e812cf68fe4c4b79efd924"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"cosmic-config",
|
||||
"input",
|
||||
|
|
@ -3686,9 +3685,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "input"
|
||||
version = "0.9.1"
|
||||
version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fbdc09524a91f9cacd26f16734ff63d7dc650daffadd2b6f84d17a285bd875a9"
|
||||
checksum = "f9793345a65d71317763a33066b5d8351f8760dde8d4930fe9e39b5f14a7959d"
|
||||
dependencies = [
|
||||
"bitflags 2.11.1",
|
||||
"input-sys",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue