mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
14 lines
276 B
TOML
14 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 }
|