mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
Upgrade Taffy to 0.3.4 (#7953)
This commit is contained in:
parent
f3cf734659
commit
31d02d45ec
1 changed files with 1 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue