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.lock | |
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.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -13,7 +13,6 @@ dependencies = [ "font 0.1.0", "gl_generator 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.6.1 (git+https://github.com/jwilm/glutin?rev=cc64178d39a1fa06b2c5403117e5e0ef24deeac4)", - "half 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -450,11 +449,6 @@ dependencies = [ ] [[package]] -name = "half" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] name = "heapsize" version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1297,7 +1291,6 @@ dependencies = [ "checksum gl_generator 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0940975a4ca12b088d32b5d5134826c47d2e73de4b0b459b05244c01503eccbb" "checksum gleam 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)" = "9590e0e578d528a080c5abac678e7efbe349a73c7316faafd4073edf5f462d01" "checksum glutin 0.6.1 (git+https://github.com/jwilm/glutin?rev=cc64178d39a1fa06b2c5403117e5e0ef24deeac4)" = "<none>" -"checksum half 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63d68db75012a85555434ee079e7e6337931f87a087ab2988becbadf64673a7f" "checksum heapsize 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "556cd479866cf85c3f671209c85e8a6990211c916d1002c2fcb2e9b7cf60bc36" "checksum inotify 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8458c07bdbdaf309c80e2c3304d14c3db64e7465d4f07cf589ccb83fd0ff31a" "checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c" |