Migrate input handling to new bindings

This commit is contained in:
Joscha 2023-04-29 00:24:33 +02:00
parent 202969c7a9
commit 9bc6931fae
18 changed files with 748 additions and 1222 deletions

View file

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