summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndy Wortman <me@iximeow.net>2017-07-09 03:25:57 -0700
committerAndy Wortman <me@iximeow.net>2017-07-09 03:25:57 -0700
commit4fe34429eeeb6d06ba68d084da37474f61a6ff63 (patch)
tree476947c4b947ffa56f3ae226f76619eb3a30e0bb /Cargo.toml
parent3b3028f90e99ae4ec573fe6ff8d1755fe5718e91 (diff)
rewrite stuff to handle arrow key input, wip buffering/windowing for render
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 673a8a6..ea084a8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,5 +16,5 @@ test = false
bench = false
[dependencies]
-"terminal_size" = "0.1.7"
"termios" = "0.2.2"
+"termion" = "1.4.0"