diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-05-16 03:03:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 03:03:11 +0300 |
commit | 0b32cfbb5936ab552a7cde3c8b4b57b07bfcaa23 (patch) | |
tree | 55cf1f17fb71208f536c355951d93f0a940707b3 | |
parent | 828fdab7470c8d16d2edbe2cec919169524cb2bb (diff) | |
download | alacritty-0b32cfbb5936ab552a7cde3c8b4b57b07bfcaa23.tar.gz alacritty-0b32cfbb5936ab552a7cde3c8b4b57b07bfcaa23.zip |
Update glutin to 0.30.8 and winit to 0.28.6
Fixes #6920.
Fixes #6824.
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | Cargo.lock | 12 |
2 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b335bc4d..946920e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Selection on last line not updating correctly on resize - Keyboard input not working on macOS with some IMEs like Fig.io - Very long startup times on Wayland systems with broken xdg-portal setup. +- Error on startup with `GLX` when using old mesa platforms ## 0.12.0 @@ -698,9 +698,9 @@ dependencies = [ [[package]] name = "glutin" -version = "0.30.7" +version = "0.30.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f89bab9ec7715de13d5d5402238e66f48e3a5ae636ebb45aba4013c962e2ff15" +checksum = "62f9b771a65f0a1e3ddb6aa16f867d87dc73c922411c255e6c4ab7f6d45c7327" dependencies = [ "bitflags", "cfg_aliases", @@ -721,9 +721,9 @@ dependencies = [ [[package]] name = "glutin_egl_sys" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5aaf0abb5c4148685b33101ae326a207946b4d3764d6cdc79f8316cdaa8367d" +checksum = "1b3bcbddc51573b977fc6dca5d93867e4f29682cdbaf5d13e48f4fa4346d4d87" dependencies = [ "gl_generator", "windows-sys 0.45.0", @@ -2168,9 +2168,9 @@ checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" [[package]] name = "winit" -version = "0.28.5" +version = "0.28.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94c9651471cd576737671fbf7081edfea43de3e06846dd9bd4e49ea803c9f55f" +checksum = "866db3f712fffba75d31bf0cdecf357c8aeafd158c5b7ab51dba2a2b2d47f196" dependencies = [ "android-activity", "bitflags", |