chore: use local COSMIC support crates
This commit is contained in:
parent
5b86851071
commit
6a41b5f43f
3 changed files with 38 additions and 52 deletions
|
|
@ -22,8 +22,8 @@ slab = "0.4.11"
|
|||
strsim = "0.11.1"
|
||||
tracing.workspace = true
|
||||
urlencoding = "2.1.3"
|
||||
zbus = "5.11.0"
|
||||
zvariant = "5.7.0"
|
||||
zbus = "5.14.0"
|
||||
zvariant = "5.10.0"
|
||||
url = "2.5.7"
|
||||
anyhow.workspace = true
|
||||
flume.workspace = true
|
||||
|
|
@ -33,13 +33,13 @@ bytes = "1.10.1"
|
|||
recently-used-xbel = "1.1.0"
|
||||
|
||||
# dependencies cosmic toplevel
|
||||
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit" }
|
||||
cctk = { path = "../../cosmic-protocols/client-toolkit", package = "cosmic-client-toolkit" }
|
||||
sctk = { package = "smithay-client-toolkit", version = "0.20.0", features = [
|
||||
"calloop",
|
||||
] }
|
||||
|
||||
# dependencies desktop entries
|
||||
switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
switcheroo-control = { path = "../../dbus-settings-bindings/switcheroo-control" }
|
||||
|
||||
[dependencies.reqwest]
|
||||
version = "0.12.23"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue