chore: use local COSMIC support crates

This commit is contained in:
Lionel DARNIS 2026-05-25 18:10:22 +02:00
parent 6c7f31e1ae
commit 4416a5e9ea
4 changed files with 6 additions and 6 deletions

7
Cargo.lock generated
View file

@ -1373,8 +1373,7 @@ dependencies = [
[[package]] [[package]]
name = "cosmic-comp-config" name = "cosmic-comp-config"
version = "0.1.0" version = "1.0.0"
source = "git+https://github.com/pop-os/cosmic-comp.git?rev=5eb5af4#5eb5af46756f2f2bc5e812cf68fe4c4b79efd924"
dependencies = [ dependencies = [
"cosmic-config", "cosmic-config",
"input", "input",
@ -3686,9 +3685,9 @@ dependencies = [
[[package]] [[package]]
name = "input" name = "input"
version = "0.9.1" version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbdc09524a91f9cacd26f16734ff63d7dc650daffadd2b6f84d17a285bd875a9" checksum = "f9793345a65d71317763a33066b5d8351f8760dde8d4930fe9e39b5f14a7959d"
dependencies = [ dependencies = [
"bitflags 2.11.1", "bitflags 2.11.1",
"input-sys", "input-sys",

View file

@ -48,6 +48,7 @@ cosmic = { package = "libcosmic-yoda", path = "../libcosmic", default-features =
"desktop-systemd-scope", "desktop-systemd-scope",
"winit", "winit",
] } ] }
cosmic-comp-config = { path = "../cosmic-comp/cosmic-comp-config" }
rust-embed = "8.11.0" rust-embed = "8.11.0"
rust-embed-utils = "8.11.0" rust-embed-utils = "8.11.0"
rustc-hash = "2.1" rustc-hash = "2.1"

View file

@ -5,7 +5,7 @@ edition = "2024"
license = "GPL-3.0-only" license = "GPL-3.0-only"
[dependencies] [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-fl.workspace = true
i18n-embed.workspace = true i18n-embed.workspace = true
cosmic.workspace = true cosmic.workspace = true

View file

@ -8,7 +8,7 @@ license = "GPL-3.0-only"
cosmic.workspace = true cosmic.workspace = true
anyhow.workspace = true anyhow.workspace = true
cctk.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 cosmic-protocols.workspace = true
i18n-embed-fl.workspace = true i18n-embed-fl.workspace = true
i18n-embed.workspace = true i18n-embed.workspace = true