bevy/crates/bevy_ui
ickshonpe 97eda02f42
Add tests to bevy_ui::Layout (#9781)
# Objective

Add tests for `ui_layout_system` and `UiSurface` to the
`bevy_ui::Layout` module.

## Solution

Spawn a dummy window entity with `Window` and `PrimaryWindow` components
so that `ui_layout_system` can run in a test without a window present.

---

## Changelog

Added tests to the `bevy_ui::layout` module.
2023-09-12 22:08:27 +00:00
..
src Add tests to bevy_ui::Layout (#9781) 2023-09-12 22:08:27 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00