diff options
author | Joe Wilm <joe@jwilm.com> | 2017-07-03 19:43:44 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-07-03 19:45:21 -0700 |
commit | 08b5ae52c1c7dc3587ad31eee3036b58c3df394d (patch) | |
tree | 44243738df269be71ced9971c31404d7b52baffb /Cargo.toml | |
parent | 32dfddb91d30bd6d0e85512433da98c1bb036093 (diff) | |
download | alacritty-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.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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] |