mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-05-12 01:30:14 +02:00
15 lines
276 B
TOML
15 lines
276 B
TOML
[package]
|
|
name = "tek_sampler"
|
|
edition = "2021"
|
|
version = "0.2.0"
|
|
|
|
[dependencies]
|
|
tengri = { workspace = true }
|
|
|
|
tek_jack = { workspace = true }
|
|
tek_time = { workspace = true }
|
|
tek_midi = { workspace = true }
|
|
|
|
symphonia = { workspace = true }
|
|
wavers = { workspace = true }
|