chore: use local COSMIC support crates

This commit is contained in:
Lionel DARNIS 2026-05-25 18:09:50 +02:00
parent f3db54342c
commit d4d421511a
2 changed files with 4 additions and 5 deletions

View file

@ -130,10 +130,10 @@ ashpd = { version = "0.12.3", default-features = false, optional = true }
async-fs = { version = "2.2", optional = true }
async-std = { workspace = true, optional = true }
auto_enums = "0.8.8"
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "c253ec1", optional = true }
cctk = { path = "../cosmic-protocols/client-toolkit", package = "cosmic-client-toolkit", optional = true }
jiff = "0.2"
cosmic-config = { path = "cosmic-config" }
cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon", optional = true }
cosmic-settings-config = { path = "../cosmic-settings-daemon/config", optional = true }
# Internationalization
i18n-embed = { version = "0.16.0", features = [
"fluent-system",
@ -244,8 +244,7 @@ path = "./iced/wgpu"
optional = true
[dependencies.cosmic-panel-config]
git = "https://github.com/pop-os/cosmic-panel"
# path = "../cosmic-panel/cosmic-panel-config"
path = "../cosmic-panel/cosmic-panel-config"
optional = true
[workspace]

2
iced

@ -1 +1 @@
Subproject commit 81639935398a856f3164dc406fbac78922c258fc
Subproject commit 756e5691d770656e797511b1831b2a6b489d92e1