mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-10 21:56:42 +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_chain/src/lib.rs
Normal file
8
crates/tek_chain/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_jack::*;
|
||||
pub(crate) use std::sync::RwLockWriteGuard;
|
||||
submod! {
|
||||
chain
|
||||
chain_view
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue