mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-05-11 01:00:14 +02:00
18 lines
303 B
TOML
18 lines
303 B
TOML
[package]
|
|
name = "tek_plugin"
|
|
edition = "2021"
|
|
version = "0.2.0"
|
|
|
|
[dependencies]
|
|
tengri = { workspace = true }
|
|
|
|
tek_jack = { workspace = true }
|
|
tek_time = { workspace = true }
|
|
tek_midi = { workspace = true }
|
|
|
|
livi = { workspace = true, optional = true }
|
|
|
|
[features]
|
|
default = [ "lv2" ]
|
|
lv2 = [ "livi" ]
|