mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip: refactor into api and app
This commit is contained in:
parent
051c3d3663
commit
70fc3c97d1
61 changed files with 453 additions and 255 deletions
6
crates/tek_api/src/lib.rs
Normal file
6
crates/tek_api/src/lib.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
pub(crate) use tek_core::*;
|
||||
submod! {
|
||||
api_cmd
|
||||
api_edn
|
||||
api_midi
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue