Skip to content

Commit 2165793

Browse files
Vrixyzmatiqo15
andauthored
Add logical key data to KeyboardInput (#11400)
Add logical key data to KeyboardInput Addresses an item of #11052 --------- Co-authored-by: Mateusz Wachowiak <mateusz_wachowiak@outlook.com>
1 parent cfe4034 commit 2165793

File tree

4 files changed

+1143
-4
lines changed

4 files changed

+1143
-4
lines changed

crates/bevy_input/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ bevy_reflect = { path = "../bevy_reflect", version = "0.12.0", features = [
2525
# other
2626
serde = { version = "1", features = ["derive"], optional = true }
2727
thiserror = "1.0"
28+
smol_str = "0.2"
2829

2930
[dev-dependencies]
3031
bevy = { path = "../../", version = "0.12.0" }

0 commit comments

Comments
 (0)