Back to Bevy

New `Node::direction` field

_release-content/migration-guides/Node_inline_direction.md

0.19.0200 B
Original Source

Node has a new field direction, which can be used to set the inline axis direction used for layout. By default it uses InlineDirection::Ltr, which matches the layout behavior before this change.