feat: stub tek_mixer, tek_plugin, tek_sampler

This commit is contained in:
🪞👃🪞 2024-08-06 19:10:42 +03:00
parent e2789d6728
commit b7d7864792
11 changed files with 98 additions and 77 deletions

View file

@ -11,3 +11,10 @@ winit = { version = "0.30.4", features = [ "x11" ] }
suil-rs = { path = "../suil" }
vst = "0.4.0"
#vst3 = "0.1.0"
[lib]
path = "src/lib.rs"
[[bin]]
name = "tek_plugin"
path = "src/main.rs"