mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
wip: refactor into crates
This commit is contained in:
parent
96e17e7f7c
commit
5ae99b4ada
87 changed files with 2281 additions and 2217 deletions
8
crates/tek_mixer/src/lib.rs
Normal file
8
crates/tek_mixer/src/lib.rs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
pub(crate) use tek_core::*;
|
||||
pub(crate) use tek_core::ratatui::prelude::*;
|
||||
pub(crate) use tek_core::crossterm::event::{KeyCode, KeyModifiers};
|
||||
pub(crate) use tek_jack::{*, jack::*};
|
||||
submod! {
|
||||
mixer
|
||||
mixer_track
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue