From 56eedaf040bf58ef2c26eb85410dc235e433ed76 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Fri, 10 Sep 2021 13:15:01 +0200 Subject: [PATCH] moved launchy from submodules to Cargo.toml --- .gitmodules | 3 --- Cargo.toml | 2 +- launchy | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .gitmodules delete mode 160000 launchy diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index a38e2aa..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "launchy"] - path = launchy - url = https://github.com/kangalioo/launchy diff --git a/Cargo.toml b/Cargo.toml index 9131096..9fc1bad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" \ No newline at end of file diff --git a/launchy b/launchy deleted file mode 160000 index f066a4f..0000000 --- a/launchy +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f066a4f8a2616dcb7b2b9b2b06f30136a80fef35