mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
wip: big flat pt.4: extract layout crate
This commit is contained in:
parent
cb680ab096
commit
34e731f111
21 changed files with 2125 additions and 83 deletions
|
|
@ -5,6 +5,8 @@ version = "0.2.0"
|
|||
|
||||
[dependencies]
|
||||
tek_engine = { path = "./engine" }
|
||||
tek_layout = { path = "./layout" }
|
||||
|
||||
atomic_float = "1.0.0"
|
||||
backtrace = "0.3.72"
|
||||
clap = { version = "4.5.4", features = [ "derive" ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue