mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
10 lines
227 B
TOML
10 lines
227 B
TOML
[package]
|
|
name = "tek_sampler"
|
|
edition = "2021"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
tek_core = { path = "../tek_core" }
|
|
tek_jack = { path = "../tek_jack" }
|
|
symphonia = { version = "0.5.4", features = [ "all" ] }
|
|
wavers = "1.4.3"
|