moved launchy from submodules to Cargo.toml

This commit is contained in:
Paul Lecuq 2021-09-10 13:15:01 +02:00
parent ac4f9c7990
commit 56eedaf040
3 changed files with 1 additions and 5 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "launchy"]
path = launchy
url = https://github.com/kangalioo/launchy

View File

@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
clap = { version = "2.33.3" }
embedded-graphics = { version = "0.7", optional = true }
launchy = { path = "launchy" }
launchy = { git = "https://github.com/kangalioo/launchy", branch = "master" }
reqwest = { version = "0.11.4", features = ["blocking", "json"] }
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.67"

@ -1 +0,0 @@
Subproject commit f066a4f8a2616dcb7b2b9b2b06f30136a80fef35