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

2
Cargo.lock generated
View file

@ -259,7 +259,6 @@ dependencies = [
"cove-input",
"crossterm",
"directories",
"edit",
"euphoxide",
"linkify",
"log",
@ -294,6 +293,7 @@ version = "0.6.1"
dependencies = [
"cove-macro",
"crossterm",
"edit",
"parking_lot",
"serde",
"serde_either",