moved launchy from submodules to Cargo.toml
This commit is contained in:
parent
ac4f9c7990
commit
56eedaf040
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "launchy"]
|
||||
path = launchy
|
||||
url = https://github.com/kangalioo/launchy
|
@ -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
launchy
1
launchy
@ -1 +0,0 @@
|
||||
Subproject commit f066a4f8a2616dcb7b2b9b2b06f30136a80fef35
|
Loading…
Reference in New Issue
Block a user