wip: big flat pt.4: extract layout crate

This commit is contained in:
🪞👃🪞 2024-12-30 19:07:43 +01:00
parent cb680ab096
commit 34e731f111
21 changed files with 2125 additions and 83 deletions

View file

@ -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" ] }