Include more things in InputEvent
This commit is contained in:
parent
6b05a2a06d
commit
e5960b8eda
5 changed files with 35 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue