aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
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 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5191de04..4709ea67 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,6 @@ clap = "2.20"
fnv = "1.0.5"
unicode-width = "0.1.4"
arraydeque = "0.2"
-half = "1.0"
clippy = { version = "0.0.104", optional = true }
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os="dragonfly", target_os="openbsd"))'.dependencies]