mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
reenable mixer crate
This commit is contained in:
parent
792dab9714
commit
2f189c6d7e
7 changed files with 51 additions and 79 deletions
|
|
@ -19,16 +19,16 @@ path = "src/lib.rs"
|
|||
|
||||
[[bin]]
|
||||
name = "tek_mixer"
|
||||
path = "src/mixer_main.rs"
|
||||
path = "src/mixer_cli.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_track"
|
||||
path = "src/track_main.rs"
|
||||
path = "src/track_cli.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_sampler"
|
||||
path = "src/sampler_main.rs"
|
||||
path = "src/sampler_cli.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_plugin"
|
||||
path = "src/plugin_main.rs"
|
||||
path = "src/plugin_cli.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue