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",
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ cosmic = { package = "libcosmic-yoda", path = "../libcosmic", default-features =
|
|||
"desktop-systemd-scope",
|
||||
"winit",
|
||||
] }
|
||||
cosmic-comp-config = { path = "../cosmic-comp/cosmic-comp-config" }
|
||||
rust-embed = "8.11.0"
|
||||
rust-embed-utils = "8.11.0"
|
||||
rustc-hash = "2.1"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ edition = "2024"
|
|||
license = "GPL-3.0-only"
|
||||
|
||||
[dependencies]
|
||||
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp.git", rev = "5eb5af4" }
|
||||
cosmic-comp-config.workspace = true
|
||||
i18n-embed-fl.workspace = true
|
||||
i18n-embed.workspace = true
|
||||
cosmic.workspace = true
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ license = "GPL-3.0-only"
|
|||
cosmic.workspace = true
|
||||
anyhow.workspace = true
|
||||
cctk.workspace = true
|
||||
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp.git", rev = "5eb5af4" }
|
||||
cosmic-comp-config.workspace = true
|
||||
cosmic-protocols.workspace = true
|
||||
i18n-embed-fl.workspace = true
|
||||
i18n-embed.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue