Upgrade Taffy to 0.7 (#16780)
# Objective - Includes https://github.com/DioxusLabs/taffy/pull/749 - Which should fix https://github.com/bevyengine/bevy/issues/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>
This commit is contained in:
parent
cca6a2bbef
commit
aa519593ff
@ -33,7 +33,7 @@ bevy_window = { path = "../bevy_window", version = "0.15.0-dev" }
|
||||
bevy_utils = { path = "../bevy_utils", version = "0.15.0-dev" }
|
||||
|
||||
# other
|
||||
taffy = { version = "0.6" }
|
||||
taffy = { version = "0.7" }
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
bytemuck = { version = "1.5", features = ["derive"] }
|
||||
thiserror = { version = "2", default-features = false }
|
||||
|
Loading…
Reference in New Issue
Block a user