diff --git a/Cargo.toml b/Cargo.toml index e9d6cdf0..86caae8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ dioxus-core = { version = "0.6" } dioxus-html = { version = "0.6" } dioxus-cli-config = { version = "0.6" } dioxus-devtools = { version = "0.6" } -taffy = { version = "0.7", default-features = false, features = ["std", "flexbox", "grid", "block_layout", "content_size"] } +taffy = { git = "https://github.com/dioxuslabs/taffy", rev = "c86f9223e8", default-features = false, features = ["std", "flexbox", "grid", "block_layout", "content_size"] } # Linebender + WGPU peniko = "0.2"