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

@ -7,3 +7,10 @@ version = "0.1.0"
tek_core = { path = "../tek_core" }
tek_jack = { path = "../tek_jack" }
tek_chain = { path = "../tek_chain" }
[lib]
path = "src/lib.rs"
[[bin]]
name = "tek_mixer"
path = "src/main.rs"