Add Widget and Node
This commit is contained in:
parent
eb04b3fb50
commit
bea5e03834
5 changed files with 102 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue