From 0eed3ca0c9413071a15bd5171a3522a413aae383 Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 7 May 2021 00:23:01 -0700 Subject: remove unneeded termion dep 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 --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') 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}; -- cgit v1.1