mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-01-31 08:36:40 +01:00
make tek_plugin optional
This commit is contained in:
parent
c439528cfc
commit
414650da31
4 changed files with 8 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ tek = { path = "./app" }
|
|||
tek_cli = { path = "./cli" }
|
||||
tek_jack = { path = "./jack" }
|
||||
tek_midi = { path = "./midi" }
|
||||
tek_plugin = { path = "./plugin" }
|
||||
tek_plugin = { path = "./plugin", default-features = false }
|
||||
tek_sampler = { path = "./sampler" }
|
||||
tek_time = { path = "./time" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue