diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-05-04 21:17:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 21:17:37 +0300 |
commit | 934d6a2dd7f3a67f046a1a17da54b58de677a81e (patch) | |
tree | 7f559dcb7e701f3d403e35c1ae6677d495d7f8f3 | |
parent | ead65221ebe06ff5689e65b866d735d4365d0e9e (diff) | |
download | alacritty-934d6a2dd7f3a67f046a1a17da54b58de677a81e.tar.gz alacritty-934d6a2dd7f3a67f046a1a17da54b58de677a81e.zip |
Bump winit to 0.28.4
Fixes #6817.
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | Cargo.lock | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8288b589..3525cfa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Character `;` inside the `URI` in `OSC 8` sequence breaking the URI - Selection on last line not updating correctly on resize +- Keyboard input not working on macOS with some IMEs like Fig.io ## 0.12.0 @@ -2168,9 +2168,9 @@ checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" [[package]] name = "winit" -version = "0.28.3" +version = "0.28.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f504e8c117b9015f618774f8d58cd4781f5a479bc41079c064f974cbb253874" +checksum = "654fd36bd7ea8681c03b70b0748b749d3fe230063c06b3db3ba2af284065a468" dependencies = [ "android-activity", "bitflags", |