Implement Tree printing
This commit is contained in:
parent
9a25856548
commit
c8c0759015
6 changed files with 122 additions and 33 deletions
|
|
@ -12,6 +12,11 @@ image = "0.24.9"
|
|||
palette = "0.7.5"
|
||||
showbits-common.path = "./showbits-common"
|
||||
|
||||
[workspace.dependencies.taffy]
|
||||
version = "0.4.0"
|
||||
default-features = false
|
||||
features = ["std", "taffy_tree", "flexbox", "grid", "block_layout"]
|
||||
|
||||
[workspace.lints]
|
||||
rust.unsafe_code = "forbid"
|
||||
rust.future_incompatible = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue