bevy_extended_ui 1.4.2

Create simply ui's with css and html for bevy.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
## Patch Notes
Thanks to `@lizhanyin` for this PATCH!

### Version 1.4.2

- Fixed a bug where colors override backgrounds.
- Fixed a bug where images destroy background colors.
- Fixed a bug where `justify-content: flex-end` not work.
- Fixed GPU Shader system load to heavy.
- Fixed CSS border shortland not working correct.
- Fixed TAB selection for backtrack selection via `SHIFT + TAB`.
- Include aliases for HTML attributes `onmouseover` and `onmouseout`.
- Fixed a bug where images wasn't scale correct after window resize.