mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
wip: optional dependency from mixer to sampler and plugin
This commit is contained in:
parent
a819e042c7
commit
6dd4caeb42
18 changed files with 330 additions and 316 deletions
|
|
@ -7,6 +7,11 @@ version = "0.1.0"
|
|||
tek_core = { path = "../tek_core" }
|
||||
tek_jack = { path = "../tek_jack" }
|
||||
tek_chain = { path = "../tek_chain" }
|
||||
tek_sampler = { path = "../tek_sampler", optional = true }
|
||||
tek_plugin = { path = "../tek_plugin", optional = true }
|
||||
|
||||
[features]
|
||||
standalone_devices = [ "tek_sampler", "tek_plugin" ]
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue