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

@ -8,9 +8,14 @@ edition = "2021"
[workspace.dependencies]
crossterm = "0.26.1"
parking_lot = "0.12.1"
serde = { version = "1.0.159", features = ["derive"] }
serde_either = "0.2.1"
thiserror = "1.0.40"
[workspace.dependencies.toss]
git = "https://github.com/Garmelon/toss.git"
rev = "8bfb4b2dc345c3e0ffdb89bdb34f2996487a35cb"
[profile.dev.package."*"]
opt-level = 3