wip: refactor into api and app

This commit is contained in:
🪞👃🪞 2024-11-09 19:50:22 +01:00
parent 051c3d3663
commit 70fc3c97d1
61 changed files with 453 additions and 255 deletions

22
Cargo.lock generated
View file

@ -2657,6 +2657,28 @@ version = "0.12.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "tek_api"
version = "0.1.0"
dependencies = [
"tek_core",
"uuid",
]
[[package]]
name = "tek_app"
version = "0.1.0"
dependencies = [
"livi",
"suil-rs",
"symphonia",
"tek_api",
"tek_core",
"vst",
"wavers",
"winit",
]
[[package]]
name = "tek_core"
version = "0.1.0"