diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-05-04 21:17:37 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-05-07 00:13:05 +0300 |
commit | 03e2a5b8e98d7608ee12aaf999e3f65038cffd0d (patch) | |
tree | 73b7ffec67828d2c5e9d3addcbecc830dbe7be66 | |
parent | d9131c59e0ca491d16f428c96c32885a3ee8314e (diff) | |
download | alacritty-03e2a5b8e98d7608ee12aaf999e3f65038cffd0d.tar.gz alacritty-03e2a5b8e98d7608ee12aaf999e3f65038cffd0d.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 9609ecc7..e4f84c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,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", |