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

View file

@ -7,6 +7,8 @@ edition = { workspace = true }
cove-macro = { path = "../cove-macro" }
crossterm = { workspace = true }
parking_lot = {workspace = true}
serde = { workspace = true }
serde_either = { workspace = true }
thiserror = { workspace = true }
toss = {workspace = true}