Move key binding groups to config crate
This commit is contained in:
parent
5a0efd69e4
commit
e1c3a463b2
7 changed files with 33 additions and 7 deletions
|
|
@ -1,8 +1,8 @@
|
|||
mod groups;
|
||||
mod input;
|
||||
mod keys;
|
||||
|
||||
pub use groups::*;
|
||||
pub use cove_macro::Group;
|
||||
|
||||
pub use input::*;
|
||||
pub use keys::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue