re-add tui_main, fixing examples

This commit is contained in:
i do not exist 2026-04-15 11:11:36 +03:00
parent a93fe92a59
commit 6c382e2627
7 changed files with 89 additions and 44 deletions

View file

@ -37,7 +37,7 @@ winit = { optional = true, version = "0.30.4", features = [ "x11" ]}
[dev-dependencies]
proptest = { version = "^1" }
proptest-derive = { version = "^0.5.1" }
tengri = { path = ".", features = [ "dsl" ] }
tengri = { path = "." }
#tengri_proc = { path = "./proc" }
[profile.coverage]