chore(cargo): move gtk, zbus to workspace
This commit is contained in:
parent
dc39564852
commit
088809d7e8
3 changed files with 6 additions and 5 deletions
|
@ -21,6 +21,7 @@ derive_more = "0.99"
|
||||||
extend = "1.2"
|
extend = "1.2"
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
grass = { version = "0.13.1", default-features = false }
|
grass = { version = "0.13.1", default-features = false }
|
||||||
|
gtk = "0.18.1"
|
||||||
insta = "1.7"
|
insta = "1.7"
|
||||||
itertools = "0.13.0"
|
itertools = "0.13.0"
|
||||||
jaq-core = "1.5.1"
|
jaq-core = "1.5.1"
|
||||||
|
@ -53,6 +54,7 @@ tokio-util = "0.7.11"
|
||||||
tokio = { version = "1.39.2", features = ["full"] }
|
tokio = { version = "1.39.2", features = ["full"] }
|
||||||
unescape = "0.1"
|
unescape = "0.1"
|
||||||
wait-timeout = "0.2"
|
wait-timeout = "0.2"
|
||||||
|
zbus = { version = "3.15.2", default-features = false, features = ["tokio"] }
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
split-debuginfo = "unpacked"
|
split-debuginfo = "unpacked"
|
||||||
|
|
|
@ -20,13 +20,10 @@ eww_shared_util.workspace = true
|
||||||
yuck.workspace = true
|
yuck.workspace = true
|
||||||
notifier_host.workspace = true
|
notifier_host.workspace = true
|
||||||
|
|
||||||
gtk = "0.18.1"
|
|
||||||
|
|
||||||
gtk-layer-shell = { version = "0.8.1", optional = true }
|
gtk-layer-shell = { version = "0.8.1", optional = true }
|
||||||
gdkx11 = { version = "0.18", optional = true }
|
gdkx11 = { version = "0.18", optional = true }
|
||||||
x11rb = { version = "0.13.1", features = ["randr"], optional = true }
|
x11rb = { version = "0.13.1", features = ["randr"], optional = true }
|
||||||
|
|
||||||
zbus = { version = "3.15.2", default-features = false, features = ["tokio"] }
|
|
||||||
ordered-stream = "0.2.0"
|
ordered-stream = "0.2.0"
|
||||||
|
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
|
@ -39,6 +36,7 @@ derive_more.workspace = true
|
||||||
extend.workspace = true
|
extend.workspace = true
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
grass = { workspace = true, default-features = false }
|
grass = { workspace = true, default-features = false }
|
||||||
|
gtk.workspace = true
|
||||||
itertools.workspace = true
|
itertools.workspace = true
|
||||||
libc.workspace = true
|
libc.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
|
@ -56,3 +54,4 @@ tokio-util.workspace = true
|
||||||
tokio = { workspace = true, features = ["full"] }
|
tokio = { workspace = true, features = ["full"] }
|
||||||
unescape.workspace = true
|
unescape.workspace = true
|
||||||
wait-timeout.workspace = true
|
wait-timeout.workspace = true
|
||||||
|
zbus = { workspace = true, default-features = false, features = ["tokio"] }
|
||||||
|
|
|
@ -9,10 +9,10 @@ repository = "https://github.com/elkowar/eww"
|
||||||
homepage = "https://github.com/elkowar/eww"
|
homepage = "https://github.com/elkowar/eww"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
gtk = "0.18.1"
|
|
||||||
zbus = { version = "3.15.2", default-features = false, features = ["tokio"] }
|
|
||||||
dbusmenu-gtk3 = "0.1.0"
|
dbusmenu-gtk3 = "0.1.0"
|
||||||
|
|
||||||
|
gtk.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
tokio = { workspace = true, features = ["full"] }
|
tokio = { workspace = true, features = ["full"] }
|
||||||
|
zbus = { workspace = true, default-features = false, features = ["tokio"] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue