Add ui2 crate

This commit is contained in:
Marshall Bowers 2023-10-06 16:52:05 -04:00
parent 8e94f3902b
commit 1cf5cdbeca
5 changed files with 48 additions and 0 deletions

View file

@ -23,6 +23,7 @@ simplelog = "0.9"
smallvec.workspace = true
strum = { version = "0.25.0", features = ["derive"] }
theme = { path = "../theme" }
ui = { package = "ui2", path = "../ui2" }
util = { path = "../util" }
[dev-dependencies]