big flat; add midi/audio port handling

This commit is contained in:
facile pop culture reference 2026-07-26 21:49:32 +03:00
parent 66ac2bcbb6
commit c0d6d0174e
16 changed files with 1086 additions and 315 deletions

View file

@ -5,11 +5,12 @@ version = "0.15.0"
description = "UI metaframework."
[features]
default = ["lang", "sing", "draw", "play", "term", "text", "time", "rand", "okhsl"]
default = ["lang", "sing", "midi", "draw", "play", "term", "text", "time", "rand", "okhsl"]
bumpalo = ["dep:bumpalo"]
draw = []
gui = ["draw", "dep:winit"]
lang = ["dep:dizzle"]
midi = ["dep:midly"]
okhsl = ["dep:palette"]
play = []
rand = ["dep:rand"]
@ -27,6 +28,7 @@ bumpalo = { optional = true, version = "3.19.0" }
crossterm = { optional = true, version = "0.29.0" }
dizzle = { optional = true, path = "./dizzle" }
jack = { optional = true, path = "./rust-jack" }
midly = { optional = true, version = "0.5" }
palette = { optional = true, version = "0.7.6", features = [ "random" ] }
quanta = { optional = true, version = "0.12.3" }
rand = { optional = true, version = "0.8.5" }