From 94a01a3f521ac5b21bd4347a190062121c01d705 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Wed, 22 Dec 2021 12:44:17 -0500 Subject: [PATCH] remove path dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0ce5b1cf..717c78f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"