bevy/crates/bevy_ui
ickshonpe ff9f2234f3
UiImage helper functions (#8199)
# Objective

Add helper functions to `UiImage` for creating flipped images.

## Changelog

* Added `with_flip_x` and `with_flip_y` methods to `UiImage` that return
the `UiImage` flipped along the respective axis.
2023-04-05 22:19:46 +00:00
..
src UiImage helper functions (#8199) 2023-04-05 22:19:46 +00:00
Cargo.toml Upgrade Taffy requirement to v0.3.5 (#7959) 2023-03-07 22:10:35 +00:00