Add Widget and Node

This commit is contained in:
Joscha 2024-03-07 13:58:10 +01:00
parent eb04b3fb50
commit bea5e03834
5 changed files with 102 additions and 1 deletions

View file

@ -8,5 +8,10 @@ anyhow.workspace = true
image.workspace = true
palette.workspace = true
[dependencies.taffy]
version = "0.4.0"
default-features = false
features = ["std", "taffy_tree", "flexbox", "grid", "block_layout"]
[lints]
workspace = true