Skip to content

Commit

Permalink
Use taffy 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Dec 20, 2022
1 parent 7a47936 commit 60caa70
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 @@ -30,7 +30,7 @@ bevy_window = { path = "../bevy_window", version = "0.9.0" }
bevy_utils = { path = "../bevy_utils", version = "0.9.0" }

# other
taffy = "0.2.0"
taffy = "0.2.1"
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 60caa70

Please sign in to comment.