chore: use local COSMIC support crates
This commit is contained in:
parent
ce5e3b6eca
commit
ca66c7c1b0
1 changed files with 3 additions and 4 deletions
|
|
@ -130,10 +130,10 @@ ashpd = { version = "0.12.3", default-features = false, optional = true }
|
||||||
async-fs = { version = "2.2", optional = true }
|
async-fs = { version = "2.2", optional = true }
|
||||||
async-std = { workspace = true, optional = true }
|
async-std = { workspace = true, optional = true }
|
||||||
auto_enums = "0.8.8"
|
auto_enums = "0.8.8"
|
||||||
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "32283d7", optional = true }
|
cctk = { path = "../cosmic-protocols/client-toolkit", package = "cosmic-client-toolkit", optional = true }
|
||||||
jiff = "0.2"
|
jiff = "0.2"
|
||||||
cosmic-config = { path = "cosmic-config" }
|
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
|
# Internationalization
|
||||||
i18n-embed = { version = "0.16.0", features = [
|
i18n-embed = { version = "0.16.0", features = [
|
||||||
"fluent-system",
|
"fluent-system",
|
||||||
|
|
@ -245,8 +245,7 @@ path = "./iced/wgpu"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.cosmic-panel-config]
|
[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
|
optional = true
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue