remove path dependencies

This commit is contained in:
Ashley Wulber 2021-12-22 12:44:17 -05:00
parent c2dd25a09d
commit 94a01a3f52

View file

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