Implement Tree printing

This commit is contained in:
Joscha 2024-03-08 13:37:38 +01:00
parent 9a25856548
commit c8c0759015
6 changed files with 122 additions and 33 deletions

View file

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