Skip to content

Commit

Permalink
Bump winit to 0.29.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov committed Jan 5, 2024
1 parent 213f73e commit 547f4a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- xdotool modifiers input not working correctly on X11
- Parsing numbers fails for mouse bindings
- Some config options overriding each other in CLI/IPC
- Numpad `Left` used for numpad `Up`

## 0.13.0

Expand Down
4 changes: 2 additions & 2 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 @@ -39,7 +39,7 @@ serde_json = "1"
serde_yaml = "0.9.25"
toml = "0.8.2"
unicode-width = "0.1"
winit = { version = "0.29.8", default-features = false, features = ["rwh_05", "serde"] }
winit = { version = "0.29.9", default-features = false, features = ["rwh_05", "serde"] }

[build-dependencies]
gl_generator = "0.14.0"
Expand Down

0 comments on commit 547f4a8

Please sign in to comment.