remove path dependencies
This commit is contained in:
parent
c2dd25a09d
commit
94a01a3f52
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue