save/restore custom app groups

This commit is contained in:
Ashley Wulber 2021-12-06 10:56:45 -05:00 committed by Jeremy Soller
parent 04b4b88534
commit ce3bcd7821
8 changed files with 156 additions and 25 deletions

View file

@ -13,9 +13,9 @@ x11 = { version = "2", features = ["xlib"] }
# examples/launcher
#pop-launcher = "1.0.3"
pop-launcher = { git = "https://github.com/pop-os/launcher", branch = "client" }
serde_json = "1.0.70"
pop-launcher-service = { git = "https://github.com/pop-os/launcher", branch = "client" }
pop-launcher = { git = "https://github.com/pop-os/launcher", branch = "master" }
serde_json = "1.0.72"
pop-launcher-service = { git = "https://github.com/pop-os/launcher", branch = "master" }
postage = "0.4.1"
futures = "0.3.18"
glib = "0.14.8"