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

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