From 31d02d45ecaa94126b13474e593a301554ae20af Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Tue, 7 Mar 2023 20:01:45 +0000 Subject: [PATCH] Upgrade Taffy to 0.3.4 (#7953) --- crates/bevy_ui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_ui/Cargo.toml b/crates/bevy_ui/Cargo.toml index dbdfbf561c..3aebba3244 100644 --- a/crates/bevy_ui/Cargo.toml +++ b/crates/bevy_ui/Cargo.toml @@ -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"] }