mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
27 lines
711 B
TOML
27 lines
711 B
TOML
[package]
|
|
name = "tek_device"
|
|
edition = { workspace = true }
|
|
version = { workspace = true }
|
|
|
|
[dependencies]
|
|
tengri = { workspace = true }
|
|
tengri_proc = { 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 }
|
|
winit = { workspace = true, optional = true }
|
|
|
|
[features]
|
|
default = [ "clock", "sequencer", "sampler", "lv2" ]
|
|
clock = []
|
|
sampler = [ "symphonia", "wavers" ]
|
|
sequencer = [ "clock", "uuid" ]
|
|
lv2 = [ "livi", "winit" ]
|
|
vst2 = []
|
|
vst3 = []
|
|
clap = []
|
|
sf2 = []
|