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"