make tek_plugin optional

This commit is contained in:
🪞👃🪞 2025-04-19 01:20:48 +03:00
parent c439528cfc
commit 414650da31
4 changed files with 8 additions and 3 deletions

View file

@ -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"]