aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/display.rs1
-rw-r--r--src/lib.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/display.rs b/src/display.rs
index 29e718e..4e5e0cf 100644
--- a/src/display.rs
+++ b/src/display.rs
@@ -1,5 +1,4 @@
extern crate yaxpeax_arch;
-extern crate termion;
use core::fmt;
diff --git a/src/lib.rs b/src/lib.rs
index 0e02bbe..624b3fa 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -9,7 +9,6 @@ extern crate serde;
extern crate alloc;
extern crate yaxpeax_arch;
-extern crate termion;
mod vex;
mod display;