diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-10-12 12:22:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-12 12:22:36 +0300 |
commit | 721f789b5f98ab5c47e6e817c3c2228636ca0a1a (patch) | |
tree | 31d9a149fbcf36c9a824856d1da103c06f67f16c /Cargo.lock | |
parent | 56e0f5bb05cab709f815ef9cce027b379ce964b8 (diff) | |
download | alacritty-721f789b5f98ab5c47e6e817c3c2228636ca0a1a.tar.gz alacritty-721f789b5f98ab5c47e6e817c3c2228636ca0a1a.zip |
Make use of glutin wayland/x11 features
This should allow users that are not using Wayland/X11
to reduce the resulted binary size and compilation times.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -847,9 +847,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "glutin" -version = "0.25.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed94c05751b6948879d2b15d49930e16ecc0144e51fcb8cd873686d6c4b5ebed" +checksum = "d8bae26a39a728b003e9fad473ea89527de0de050143b4df866f18bb154bc86e" dependencies = [ "android_glue", "cgl", |