Skip to content

Commit

Permalink
Bump winit to 0.28.2
Browse files Browse the repository at this point in the history
This also bumps copypasta and sctk-adwaita.

Fixes alacritty#6744.
Fixes alacritty#6702.
Fixes alacritty#2741.
  • Loading branch information
kchibisov committed Mar 2, 2023
1 parent bf58748 commit 8b56a45
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 44 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Quadrants not aligned with half blocks with built-in font
- EOT (`\x03`) escaping bracketed paste mode
- Drag & Drop not working for the search bar
- Simple-fullscreened window not resized when moving between monitors on macOS

### Removed

Expand Down
103 changes: 61 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion alacritty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
serde_json = "1"
glutin = { version = "0.30.4", default-features = false, features = ["egl", "wgl"] }
winit = { version = "0.28.1", default-features = false, features = ["serde"] }
winit = { version = "0.28.2", default-features = false, features = ["serde"] }
notify = "5.1.0"
parking_lot = "0.12.0"
crossfont = { version = "0.5.0", features = ["force_system_fontconfig"] }
Expand Down
2 changes: 1 addition & 1 deletion alacritty_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ serde_yaml = "0.8.24"
serde = "1.0.137"

[target.'cfg(target_os = "macos")'.dependencies]
winit = { version = "0.28.1", default-features = false, features = ["serde"] }
winit = { version = "0.28.2", default-features = false, features = ["serde"] }

0 comments on commit 8b56a45

Please sign in to comment.