mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 12:46:42 +01:00
wip: refactor pt.20: 44 errors
This commit is contained in:
parent
914c2d6c09
commit
2188bccd63
25 changed files with 664 additions and 486 deletions
|
|
@ -8,33 +8,30 @@ tek_core = { path = "../tek_core" }
|
|||
tek_api = { path = "../tek_api" }
|
||||
tek_tui = { path = "../tek_tui" }
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_mixer"
|
||||
path = "src/mixer_cli.rs"
|
||||
path = "src/cli_mixer.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_track"
|
||||
path = "src/track_cli.rs"
|
||||
path = "src/cli_track.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_sampler"
|
||||
path = "src/sampler_cli.rs"
|
||||
path = "src/cli_sampler.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_plugin"
|
||||
path = "src/plugin_cli.rs"
|
||||
path = "src/cli_plugin.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_sequencer"
|
||||
path = "src/sequencer_cli.rs"
|
||||
path = "src/cli_sequencer.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_arranger"
|
||||
path = "src/arranger_cli.rs"
|
||||
path = "src/cli_arranger.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_transport"
|
||||
path = "src/transport_cli.rs"
|
||||
path = "src/cli_transport.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue