Skip to content

Commit

Permalink
Upgrade to Taffy to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed May 30, 2024
1 parent 21aaf92 commit c0409c0
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.14.0-dev" }
bevy_utils = { path = "../bevy_utils", version = "0.14.0-dev" }

# other
taffy = { git = "https://github.com/nicoburns/taffy", branch = "bevy-issue-13155" }
taffy = { version = "0.5" }
serde = { version = "1", features = ["derive"], optional = true }
bytemuck = { version = "1.5", features = ["derive"] }
thiserror = "1.0.0"
Expand Down

0 comments on commit c0409c0

Please sign in to comment.