big refactor and cleanup of dock + use tokio mpsc

This commit is contained in:
Ashley Wulber 2022-01-02 01:46:44 -05:00
parent 346701b16d
commit 35eb571528
14 changed files with 578 additions and 674 deletions

View file

@ -10,30 +10,24 @@ gdk4-x11 = "0.3.0"
gio = "0.14.8"
x11 = { version = "2", features = ["xlib"] }
# examples/launcher
#pop-launcher = "1.0.3"
pop-launcher = { git = "https://github.com/wash2/launcher.git" }
serde_json = "1.0.72"
# examples
pop-launcher-service = { git = "https://github.com/wash2/launcher.git" }
postage = "0.4.1"
pop-launcher = { git = "https://github.com/wash2/launcher.git" }
serde = "1.0.130"
serde_json = "1.0.72"
tokio = { version = "1.15.0", features = ["sync"] }
futures = "0.3.17"
glib = "0.14.8"
# examples/gtklauncher
futures-util = "0.3.19"
once_cell = "1.8.0"
xdg = "2.4.0"
serde = "1.0.130"
x11rb = "0.9.0"
async-io = "1.6.0"
# zbus
zbus = "2.0.0-beta.8"
zvariant = "3.0.0"
zvariant_derive = "3.0.0"
futures-util = "0.3.19"
gdk4-x11-sys = "0.3.1"
[dependencies.gtk4]
package = "gtk4"
version = "0.3.1"
features = ["v4_4"]
[profile.release]