bevy/crates/bevy_ui
ickshonpe dfd3d61aae
Move ContentSize requirements from Node to the widget defining components (#16083)
Missed this in the required components PR review. `ContentSize` isn't
used by regular UI nodes, only those with intrinsically sized content
that needs a measure func.

Remove `ContentSize` from `Node`'s required components and add it to the
required components of `Text` and `UiImage`.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2024-11-05 22:27:44 +01:00
..
src Move ContentSize requirements from Node to the widget defining components (#16083) 2024-11-05 22:27:44 +01:00
Cargo.toml Release 0.15.0-rc.2 2024-10-27 21:53:37 +01:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy UI

License Crates.io Downloads Docs Discord