mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
more appmode logic
This commit is contained in:
parent
3b5c23f68c
commit
39dc6b803e
8 changed files with 138 additions and 104 deletions
|
|
@ -41,6 +41,7 @@ mod audio; pub use self::audio::*;
|
|||
mod device; pub use self::device::*;
|
||||
mod model; pub use self::model::*;
|
||||
mod view; pub use self::view::*;
|
||||
mod keys; pub use self::keys::*;
|
||||
|
||||
#[cfg(test)] #[test] fn test_model () {
|
||||
let mut tek = Tek::default();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue