mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
make tek_plugin optional
This commit is contained in:
parent
c439528cfc
commit
414650da31
4 changed files with 8 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ tek_jack = { workspace = true }
|
|||
tek_time = { workspace = true }
|
||||
tek_midi = { workspace = true }
|
||||
tek_sampler = { workspace = true }
|
||||
tek_plugin = { workspace = true }
|
||||
tek_plugin = { workspace = true, optional = true }
|
||||
|
||||
backtrace = { workspace = true }
|
||||
clap = { workspace = true, optional = true }
|
||||
|
|
@ -25,3 +25,4 @@ proptest-derive = { workspace = true }
|
|||
[features]
|
||||
default = ["cli"]
|
||||
cli = ["clap"]
|
||||
host = ["tek_plugin"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue