mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
This commit is contained in:
parent
77703d83a5
commit
4cf82af950
47 changed files with 1053 additions and 1028 deletions
|
|
@ -6,6 +6,7 @@ version = { workspace = true }
|
|||
[dependencies]
|
||||
tengri = { workspace = true }
|
||||
tek_engine = { workspace = true }
|
||||
uuid = { workspace = true, optional = true }
|
||||
livi = { workspace = true, optional = true }
|
||||
symphonia = { workspace = true, optional = true }
|
||||
wavers = { workspace = true, optional = true }
|
||||
|
|
@ -14,4 +15,4 @@ wavers = { workspace = true, optional = true }
|
|||
default = [ "sequencer", "sampler" ]
|
||||
lv2 = [ "livi" ]
|
||||
sampler = [ "symphonia", "wavers" ]
|
||||
sequencer = []
|
||||
sequencer = [ "uuid" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue