Include more things in InputEvent

This commit is contained in:
Joscha 2023-04-28 15:51:19 +02:00
parent 6b05a2a06d
commit e5960b8eda
5 changed files with 35 additions and 22 deletions

2
Cargo.lock generated
View file

@ -294,9 +294,11 @@ version = "0.6.1"
dependencies = [
"cove-macro",
"crossterm",
"parking_lot",
"serde",
"serde_either",
"thiserror",
"toss",
]
[[package]]