Move key binding groups to config crate

This commit is contained in:
Joscha 2023-04-27 15:31:49 +02:00
parent 5a0efd69e4
commit e1c3a463b2
7 changed files with 33 additions and 7 deletions

1
Cargo.lock generated
View file

@ -281,6 +281,7 @@ dependencies = [
name = "cove-config"
version = "0.6.1"
dependencies = [
"cove-input",
"cove-macro",
"serde",
"toml",