mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
wip: running interface in separate or combined mode
also disassociating render functions from state structs
This commit is contained in:
parent
f9218e887a
commit
d6bf840a1f
31 changed files with 905 additions and 532 deletions
4
src/_sequence/osc.rs
Normal file
4
src/_sequence/osc.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub struct Command {
|
||||
name: String,
|
||||
args: Vec<String>,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue