bevy/crates/bevy_ui
ickshonpe e52af83045
Improved text widget doc comments (#9344)
# Objective

The doc comment for `text_system` is not quite correct. It implies that
a new `TextLayoutInfo` is generated on changes to `Text` and `Style`.
While changes to those components might indirectly trigger a
regeneration of the text layout, `text_system` itself only queries for
changes to `Node`

Also added details to `measure_text_system`'s doc comments explaining
how it reacts to changes.

---------

Co-authored-by: François <mockersf@gmail.com>
2023-08-05 13:53:23 +00:00
..
src Improved text widget doc comments (#9344) 2023-08-05 13:53:23 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00