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
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -2539,6 +2539,7 @@ dependencies = [
|
|||
"clojure-reader",
|
||||
"crossterm",
|
||||
"midly",
|
||||
"once_cell",
|
||||
"ratatui",
|
||||
"toml",
|
||||
]
|
||||
|
|
@ -2558,6 +2559,8 @@ dependencies = [
|
|||
"tek_chain",
|
||||
"tek_core",
|
||||
"tek_jack",
|
||||
"tek_plugin",
|
||||
"tek_sampler",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue