mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
refactor engine and layout into input and output
This commit is contained in:
parent
f052891473
commit
4d0f98acd2
40 changed files with 104 additions and 109 deletions
|
|
@ -3,8 +3,8 @@
|
|||
#[allow(unused_imports)] use tek::{
|
||||
*,
|
||||
jack::*,
|
||||
tek_layout::Measure,
|
||||
tek_engine::Usually,
|
||||
tek_input::*,
|
||||
tek_output::*,
|
||||
tek_tui::{Tui, TuiRun, ItemPalette, ItemColor, ratatui::prelude::Color}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue