mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 12:46:42 +01:00
wip: extract tek_layout
This commit is contained in:
parent
ddb3c28c01
commit
2265d951d1
36 changed files with 2010 additions and 1780 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue