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

View file

@ -4,8 +4,9 @@ edition = "2021"
version = "0.1.0"
[dependencies]
tek_core = { path = "../tek_core" }
tek_api = { path = "../tek_api" }
tek_core = { path = "../tek_core" }
tek_layout = { path = "../tek_layout" }
tek_api = { path = "../tek_api" }
#tek_snd = { path = "../tek_snd" }
livi = "0.7.4"