move pool to tek_midi; implement some Default

This commit is contained in:
🪞👃🪞 2025-01-11 23:11:43 +01:00
parent bb52555183
commit 1aa0551931
17 changed files with 779 additions and 775 deletions

View file

@ -20,7 +20,7 @@ pub(crate) use ::tek_tui::{
*,
tek_input::*,
tek_output::*,
crossterm::event::KeyCode,
crossterm::event::*,
ratatui::style::{Style, Stylize, Color}
};