Update taffy to 0.7.6

This commit is contained in:
Joscha 2025-02-22 16:44:56 +01:00
parent ea0cc4c7e3
commit f833a5fea5
3 changed files with 6 additions and 7 deletions

View file

@ -29,7 +29,7 @@ typst-assets = { version = "0.13.0", features = ["fonts"] }
typst-render = "0.13.0"
[workspace.dependencies.taffy]
version = "0.4.3"
version = "0.7.6"
default-features = false
features = ["std", "taffy_tree", "flexbox", "grid", "block_layout"]