move layout code to layout

This commit is contained in:
Johannes Heuel
2022-08-23 17:50:18 +02:00
parent 43d0566db9
commit 1ed0f5f95b
7 changed files with 205 additions and 158 deletions

View File

@@ -12,7 +12,7 @@ wasm-bindgen-futures = "0.4.32"
gloo-net = "0.2.3"
weblog = "0.3.0"
wee_alloc = "0.4.5"
ybc = "0.2"
ybc = { git = "https://github.com/jheuel/ybc", branch = "yew-0-19-update" }
yew = "0.19"
yew-hooks = "0.1.56"
pathfinding = "3.0.13"