Skip to content

Commit

Permalink
Upgrade Taffy to 0.3.4 (#7953)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Mar 7, 2023
1 parent f3cf734 commit 31d02d4
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 @@ -31,7 +31,7 @@ bevy_window = { path = "../bevy_window", version = "0.11.0-dev" }
bevy_utils = { path = "../bevy_utils", version = "0.11.0-dev" }

# other
taffy = { version = "0.3.3", default-features = false, features = ["std"] }
taffy = { version = "0.3.4", default-features = false, features = ["std"] }
serde = { version = "1", features = ["derive"] }
smallvec = { version = "1.6", features = ["union", "const_generics"] }
bytemuck = { version = "1.5", features = ["derive"] }
Expand Down

0 comments on commit 31d02d4

Please sign in to comment.