aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-15 20:04:34 -0800
committeriximeow <me@iximeow.net>2020-01-15 20:04:34 -0800
commitd0e662b146aad03044d933caf2c2c16d7863c5d5 (patch)
treeda8193be5f8a6f105579ce4d0083c9c92132f096 /src/lib.rs
parenta38fe698c2e00a798231ad0ccd984912b593f15a (diff)
make x86 actually no_std
it depended on crates that dragged in std, oops
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 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;