mirror of
https://github.com/bevyengine/bevy
synced 2024-12-18 17:13:10 +00:00
343a52a789
# Objective Remove the `min` and `max` fields from `LayoutContext`. It doesn't seem useful to cache these values, it's simpler just to call `min_element` and `max_element` on the `physical_size` field. ## Migration Guide The `min` and `max` fields have been removed from `LayoutContext`. To retrieve these values call `min_element` and `max_element` on `LayoutContent::physical_size` instead. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |