Skip to content

Commit

Permalink
Disable taffy_tree feature of taffy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Nov 27, 2024
1 parent 39374c7 commit 217a9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dioxus = { version = "0.6.0-alpha.3" }
dioxus-ssr = { version = "0.6.0-alpha.3" }
dioxus-cli-config = { version = "0.6.0-alpha.3" }
dioxus-devtools = { version = "0.6.0-alpha.3" }
taffy = { version = "0.6" }
taffy = { version = "0.6", default-features = false, features = ["std", "flexbox", "grid", "block_layout", "content_size"] }

# Linebender + WGPU
peniko = "0.2"
Expand Down

0 comments on commit 217a9d7

Please sign in to comment.