mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-07-17 15:56:57 +02:00
refactor: Mode, View, Bind
This commit is contained in:
parent
51faa82d74
commit
701a651fbd
21 changed files with 901 additions and 880 deletions
|
|
@ -3,9 +3,7 @@ pub mod audio; #[allow(unused)] pub use self::audio::*;
|
|||
pub mod bind; pub use self::bind::*;
|
||||
pub mod cli; pub use self::cli::*;
|
||||
pub mod config; pub use self::config::*;
|
||||
pub mod view; pub use self::view::*;
|
||||
pub mod draw; pub use self::draw::*;
|
||||
pub mod mode; pub use self::mode::*;
|
||||
pub mod size; pub use self::size::*;
|
||||
|
||||
/// Total application state.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue