fix(wayland): keyboard input

This commit is contained in:
Nova
2023-10-01 01:35:04 -04:00
parent a15045bba8
commit c35e44565f
5 changed files with 125 additions and 6 deletions

7
Cargo.lock generated
View File

@@ -1088,6 +1088,12 @@ dependencies = [
"hashbrown 0.14.0",
]
[[package]]
name = "input-event-codes"
version = "5.16.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b6b0f8557f596a2db592f172015c40d0c149e16a956c7848e733d663f2c6636"
[[package]]
name = "instant"
version = "0.1.12"
@@ -2085,6 +2091,7 @@ dependencies = [
"directories",
"glam 0.23.0",
"global_counter",
"input-event-codes",
"lazy_static",
"libc",
"mint",