mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-09-18 04:46:43 +02:00
remove 'select' feature flag
This commit is contained in:
parent
7eef0cfb62
commit
a7ba45d254
2 changed files with 5 additions and 6 deletions
|
|
@ -59,7 +59,7 @@ hotpath = ["hotpath/hotpath"]
|
|||
hotpath-cpu = ["hotpath/hotpath-cpu"]
|
||||
hotpath-alloc = ["hotpath/hotpath-alloc"]
|
||||
|
||||
arranger = ["port", "editor", "sequencer", "track", "scene", "clip", "select"]
|
||||
arranger = ["port", "editor", "sequencer", "track", "scene", "clip"]
|
||||
browse = []
|
||||
clap = []
|
||||
cli = ["dep:clap"]
|
||||
|
|
@ -75,7 +75,6 @@ pool = []
|
|||
port = []
|
||||
sampler = ["port", "meter", "mixer", "browse", "symphonia", "wavers"]
|
||||
scene = []
|
||||
select = []
|
||||
sequencer = ["port", "clock", "uuid", "pool"]
|
||||
sf2 = []
|
||||
track = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue