diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-05-16 03:03:11 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-05-16 04:16:27 +0300 |
commit | 3108154f42115487adbfc860f608ee970b132ef6 (patch) | |
tree | 92f739113c19b9378e3d9a6643d8f916518fa49c | |
parent | 9592cbd33e321bc347ec6cff49423e2f93f1c203 (diff) | |
download | alacritty-3108154f42115487adbfc860f608ee970b132ef6.tar.gz alacritty-3108154f42115487adbfc860f608ee970b132ef6.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 19664d90..276d2262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,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", |