Skip to content

Commit

Permalink
Upgrade Taffy to 0.7 (#16780)
Browse files Browse the repository at this point in the history
# 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>
  • Loading branch information
nicoburns authored Dec 12, 2024
1 parent cca6a2b commit aa51959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit aa51959

Please sign in to comment.