wip: extract tek_layout

This commit is contained in:
🪞👃🪞 2024-12-09 12:19:55 +01:00
parent ddb3c28c01
commit 2265d951d1
36 changed files with 2010 additions and 1780 deletions

8
Cargo.lock generated
View file

@ -2721,6 +2721,13 @@ dependencies = [
"toml",
]
[[package]]
name = "tek_layout"
version = "0.1.0"
dependencies = [
"tek_core",
]
[[package]]
name = "tek_tui"
version = "0.1.0"
@ -2732,6 +2739,7 @@ dependencies = [
"symphonia",
"tek_api",
"tek_core",
"tek_layout",
"vst",
"wavers",
"winit",