add active list to dock object
This commit is contained in:
parent
5cda4046a6
commit
6a479899ad
20 changed files with 250 additions and 601 deletions
|
|
@ -12,9 +12,9 @@ x11 = { version = "2", features = ["xlib"] }
|
|||
|
||||
# examples/launcher
|
||||
#pop-launcher = "1.0.3"
|
||||
pop-launcher = { git = "https://github.com/pop-os/launcher", branch = "master" }
|
||||
pop-launcher = { path = "../launcher" }
|
||||
serde_json = "1.0.72"
|
||||
pop-launcher-service = { git = "https://github.com/pop-os/launcher", branch = "master" }
|
||||
pop-launcher-service = { path = "../launcher/service" }
|
||||
postage = "0.4.1"
|
||||
futures = "0.3.17"
|
||||
glib = "0.14.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue