mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-11 14:16:42 +01:00
flatten workspace into 1 crate
This commit is contained in:
parent
7c4e1e2166
commit
d926422c67
147 changed files with 66 additions and 126 deletions
4
src/status.rs
Normal file
4
src/status.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
mod status_arranger; pub(crate) use self::status_arranger::*;
|
||||
mod status_edit; pub(crate) use self::status_edit::*;
|
||||
mod status_sequencer; pub(crate) use self::status_sequencer::*;
|
||||
mod status_groovebox; pub(crate) use self::status_groovebox::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue