Upgrade Taffy requirement to v0.3.5 (#7959)
This commit is contained in:
parent
cc37b59b95
commit
872a609a3a
@ -31,7 +31,7 @@ bevy_window = { path = "../bevy_window", version = "0.11.0-dev" }
|
|||||||
bevy_utils = { path = "../bevy_utils", version = "0.11.0-dev" }
|
bevy_utils = { path = "../bevy_utils", version = "0.11.0-dev" }
|
||||||
|
|
||||||
# other
|
# other
|
||||||
taffy = { version = "0.3.4", default-features = false, features = ["std"] }
|
taffy = { version = "0.3.5", default-features = false, features = ["std"] }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
smallvec = { version = "1.6", features = ["union", "const_generics"] }
|
smallvec = { version = "1.6", features = ["union", "const_generics"] }
|
||||||
bytemuck = { version = "1.5", features = ["derive"] }
|
bytemuck = { version = "1.5", features = ["derive"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user