summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-06 14:07:06 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-06 14:07:06 +0800
commit0e760d733108a7e3a2153b4cee03f33ef13e5cd4 (patch)
tree6052f251bcf172bccc582d441a2d6999d939fd80 /Cargo.toml
parent40e9eb1d0e548dac3ec896d293291d1e439ba976 (diff)
Completely rid ourselves of Termion to make backend selection possible
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f1dece0..1bd29c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,9 +43,6 @@ lto = "fat"
codegen-units = 1
[dev-dependencies]
-# Tests only run on linux as we use some conveniences offered by termion
-crosstermion = { version = "0.1.3", default-features = false, features = ["tui-react-termion", "input-thread-flume"]}
-termion = "1.5.2"
pretty_assertions = "0.6.1"
[workspace]