mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
f754cecb49
# Objective Align `UiImage` with the new `XNode` naming convention. ## Solution - Rename `UiImage` to `ImageNode` - Rename `UiImageSize` to `ImageNodeSize` --- ## Migration Guide Before: ```rust commands.spawn(UiImage::new(image)); ```` After: ```rust commands.spawn(ImageNode::new(image)); ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |