1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Update winit to 0.27.5

Fixes #6396.
This commit is contained in:
Kirill Chibisov 2022-10-26 23:04:35 +03:00 committed by GitHub
parent 2a2d38fcaa
commit 578e08486d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Dotted underline not shown on macOS - Dotted underline not shown on macOS
- Underline on macOS always being at the bottom of the cell - Underline on macOS always being at the bottom of the cell
- Crash with `OT-SVG` fonts on Linux/BSD - Crash with `OT-SVG` fonts on Linux/BSD
- Crash during text compose on old GNOME under Wayland
## 0.11.0 ## 0.11.0

4
Cargo.lock generated
View file

@ -2036,9 +2036,9 @@ checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]] [[package]]
name = "winit" name = "winit"
version = "0.27.4" version = "0.27.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37f64802920c4c35d12a53dad5e0c55bbc3004d8dc4f2e4dd64ad02c5665d7aa" checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cocoa", "cocoa",