Skip to content

Commit

Permalink
Add logical key data to KeyboardInput (#11400)
Browse files Browse the repository at this point in the history
Add logical key data to KeyboardInput

Addresses an item of #11052

---------

Co-authored-by: Mateusz Wachowiak <[email protected]>
  • Loading branch information
Vrixyz and matiqo15 authored Jan 22, 2024
1 parent cfe4034 commit 2165793
Show file tree
Hide file tree
Showing 4 changed files with 1,143 additions and 4 deletions.
1 change: 1 addition & 0 deletions crates/bevy_input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ bevy_reflect = { path = "../bevy_reflect", version = "0.12.0", features = [
# other
serde = { version = "1", features = ["derive"], optional = true }
thiserror = "1.0"
smol_str = "0.2"

[dev-dependencies]
bevy = { path = "../../", version = "0.12.0" }
Expand Down
Loading

0 comments on commit 2165793

Please sign in to comment.