remove 'select' feature flag

This commit is contained in:
i do not exist 2026-09-15 17:43:38 +03:00
parent 7eef0cfb62
commit a7ba45d254
2 changed files with 5 additions and 6 deletions

View file

@ -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 = []