Model and (de-)serialize key bindings

This commit is contained in:
Joscha 2023-04-26 15:00:41 +02:00
parent abedc5f194
commit 3fbb9127a6
7 changed files with 259 additions and 3 deletions

View file

@ -1 +1,3 @@
mod keys;
pub use keys::*;