summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 10:50:00 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 10:50:00 +0800
commited1f91b42890998b255567f32e8049a842552937 (patch)
tree57836650ddd20044e4077166b2d6077383ec1fbc
parent839b9323d93b9f562f6414cd66504b6d686c0224 (diff)
use published version of tui-react
-rw-r--r--Cargo.lock14
-rw-r--r--Cargo.toml2
2 files changed, 14 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 96a598f..93f9aa0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -243,7 +243,7 @@ dependencies = [
"pretty_assertions",
"structopt",
"tui 0.10.0",
- "tui-react 0.10.0",
+ "tui-react 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-segmentation",
"wild",
]
@@ -742,6 +742,18 @@ dependencies = [
]
[[package]]
+name = "tui-react"
+version = "0.10.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "21bbc5221de660fa2cc79a5386d72f268174a90e37eef004f5210cc7f94baf78"
+dependencies = [
+ "log",
+ "tui 0.10.0",
+ "unicode-segmentation",
+ "unicode-width",
+]
+
+[[package]]
name = "unicode-segmentation"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index 7067b9f..d5b5d3d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ colored = "2.0.0"
unicode-segmentation = { version = "1.3.0", optional = true }
crosstermion = { optional = true, version = "0.2.0", default-features = false }
tui = { version = "0.10.0", optional = true, default-features = false }
-tui-react = { version = "0.10", optional = true, path = "tui-react" }
+tui-react = { version = "0.10", optional = true }
open = { version = "1.2.2", optional = true }
wild = "2.0.4"