aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-07-03 19:43:44 -0700
committerJoe Wilm <joe@jwilm.com>2017-07-03 19:45:21 -0700
commit08b5ae52c1c7dc3587ad31eee3036b58c3df394d (patch)
tree44243738df269be71ced9971c31404d7b52baffb /src/lib.rs
parent32dfddb91d30bd6d0e85512433da98c1bb036093 (diff)
downloadalacritty-08b5ae52c1c7dc3587ad31eee3036b58c3df394d.tar.gz
alacritty-08b5ae52c1c7dc3587ad31eee3036b58c3df394d.zip
Revert "Reduce InstanceData footprint"
This reverts commit 3cdba291242cc1c1684bff7f8242262b1cdeb582. On some systems, the target commit actually caused a massive performance issue rather than fixing one.
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 0786013e..684e89af 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -38,7 +38,6 @@ extern crate errno;
extern crate fnv;
extern crate font;
extern crate glutin;
-extern crate half;
extern crate libc;
extern crate mio;
extern crate notify;