summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-05-07 00:23:01 -0700
committeriximeow <me@iximeow.net>2021-05-07 00:23:39 -0700
commit0eed3ca0c9413071a15bd5171a3522a413aae383 (patch)
tree8442644252bd03848f8b6159a383195980ad91a1 /src/lib.rs
parent15fd1cc36a78f0b770668dc10700987254a5e500 (diff)
remove unneeded termion dep0.0.6
color information comes from yaxpeax-arch these days -- update yaxpeax-arch to 0.0.5 to swap its termion dep for crossterm while we're at it
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 7977c88..8d3a257 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -6,7 +6,6 @@ extern crate serde;
//use serde::{Serialize, Deserialize};
extern crate yaxpeax_arch;
-extern crate termion;
use yaxpeax_arch::{Arch, AddressDiff, Decoder, LengthedInstruction};