Back to Bevy

`Measure` changes

_release-content/migration-guides/measure_changes.md

0.19.0284 B
Original Source

Measure::measure no longer takes a separate style: &taffy::Style parameter. Instead the taffy Style is now accessible via a new style field on MeasureArgs.

The width and height fields of MeasureArgs have been renamed to known_width and known_height, respectively.