bevy/crates/bevy_ui/src
Rob Parrett 2938792c7d Upgrade to Taffy 0.2 (#6743)
# Objective

Upgrade to Taffy 0.2

## Solution

Do it

## Changelog

Upgraded to Taffy 0.2, improving UI layout performance significantly and adding the flexbox `gap` property and `AlignContent::SpaceEvenly`.

## Notes

`many_buttons` is 8% faster! speed improvements for more highly nested UIs will be much more dramatic. Great work, Team Taffy.
2022-12-21 02:15:53 +00:00
..
flex Upgrade to Taffy 0.2 (#6743) 2022-12-21 02:15:53 +00:00
render Add DrawFunctionsInternals::id() (#6745) 2022-11-28 13:54:13 +00:00
widget text aspect ratio bug fix (#6825) 2022-12-20 16:44:12 +00:00
camera_config.rs Fix UiCameraConfig doc (link to the Camera page) (#6969) 2022-12-20 23:32:04 +00:00
focus.rs Add set_if_neq method to DetectChanges trait (Rebased) (#6853) 2022-12-11 19:24:19 +00:00
geometry.rs Make function Size::new const for bevy_ui widgets (#6602) 2022-11-14 23:08:29 +00:00
lib.rs Remove ImageMode (#6674) 2022-11-18 21:16:32 +00:00
node_bundles.rs Remove needless manual default impl of ButtonBundle (#6970) 2022-12-20 16:17:14 +00:00
stack.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00
ui_node.rs Upgrade to Taffy 0.2 (#6743) 2022-12-21 02:15:53 +00:00
update.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00