refactor and cleanup launcher

This commit is contained in:
Ashley Wulber 2021-12-28 11:08:02 -05:00
parent 701cfe1ef2
commit f95fa068f3
8 changed files with 45 additions and 287 deletions

View file

@ -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" }
pop-launcher = { git = "https://github.com/wash2/launcher.git" }
serde_json = "1.0.72"
pop-launcher-service = { git = "https://github.com/pop-os/launcher" }
pop-launcher-service = { git = "https://github.com/wash2/launcher.git" }
postage = "0.4.1"
futures = "0.3.17"
glib = "0.14.8"