Skip to content

Commit

Permalink
linux: Fix panic handling unknown keys (#14274)
Browse files Browse the repository at this point in the history
Pulls in rust-x-bindings/xkbcommon-rs#54 to
avoid
panicking.

Release Notes:

- linux: Fix a panic in keyboard handling
  • Loading branch information
ConradIrwin authored Jul 11, 2024
1 parent e402d7e commit adf74fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 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 crates/gpui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ x11rb = { version = "0.13.0", features = [
"resource_manager",
"sync",
] }
xkbcommon = { version = "0.7", features = ["wayland", "x11"] }
xkbcommon = { git = "https://github.com/ConradIrwin/xkbcommon-rs", rev = "2d4c4439160c7846ede0f0ece93bf73b1e613339", features = ["wayland", "x11"] }
xim = { git = "https://github.com/npmania/xim-rs", rev = "27132caffc5b9bc9c432ca4afad184ab6e7c16af", features = [
"x11rb-xcb",
"x11rb-client",
Expand Down

0 comments on commit adf74fd

Please sign in to comment.