Skip to content

Commit aa51959

Browse files
authored
Upgrade Taffy to 0.7 (#16780)
# Objective - Includes DioxusLabs/taffy#749 - Which should fix #16639 ## Solution - Bump taffy version from `0.6` to `0.7` ## Testing - I have run a couple of examples, but no extensive testing. Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent cca6a2b commit aa51959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bevy_window = { path = "../bevy_window", version = "0.15.0-dev" }
3333
bevy_utils = { path = "../bevy_utils", version = "0.15.0-dev" }
3434

3535
# other
36-
taffy = { version = "0.6" }
36+
taffy = { version = "0.7" }
3737
serde = { version = "1", features = ["derive"], optional = true }
3838
bytemuck = { version = "1.5", features = ["derive"] }
3939
thiserror = { version = "2", default-features = false }

0 commit comments

Comments
 (0)