mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
unify cli
This commit is contained in:
parent
305481adee
commit
7bb3f6224d
12 changed files with 374 additions and 410 deletions
32
Cargo.toml
32
Cargo.toml
|
|
@ -30,24 +30,28 @@ wavers = "1.4.3"
|
|||
default = []
|
||||
|
||||
[[bin]]
|
||||
name = "tek_arranger"
|
||||
path = "bin/cli_arranger.rs"
|
||||
name = "tek"
|
||||
path = "bin/tek.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_sequencer"
|
||||
path = "bin/cli_sequencer.rs"
|
||||
#[[bin]]
|
||||
#name = "tek_arranger"
|
||||
#path = "bin/cli_arranger.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_groovebox"
|
||||
path = "bin/cli_groovebox.rs"
|
||||
#[[bin]]
|
||||
#name = "tek_sequencer"
|
||||
#path = "bin/cli_sequencer.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_clock"
|
||||
path = "bin/cli_clock.rs"
|
||||
#[[bin]]
|
||||
#name = "tek_groovebox"
|
||||
#path = "bin/cli_groovebox.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_sampler"
|
||||
path = "bin/cli_sampler.rs"
|
||||
#[[bin]]
|
||||
#name = "tek_clock"
|
||||
#path = "bin/cli_clock.rs"
|
||||
|
||||
#[[bin]]
|
||||
#name = "tek_sampler"
|
||||
#path = "bin/cli_sampler.rs"
|
||||
|
||||
#[[bin]]
|
||||
#name = "tek_mixer"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue