bevy/crates/bevy_ui/src
Nicola Papale 4ee73ed904 Rename CameraUi (#5234)
# Objective

In bevy 0.7, `CameraUi` was a component specifically added to cameras
that display the UI. Since camera-driven rendering was merged, it
actually does the opposite! This will make it difficult for current
users to adapt to 0.8.

## Solution

To avoid unnecessary confusion, we rename `CameraUi` into
`UiCameraConfig`.

---

## Changelog

- Rename `CameraUi` to `UiCameraConfig`
2022-07-08 00:59:39 +00:00
..
flex add more SAFETY comments and lint for missing ones in bevy_ecs (#4835) 2022-07-04 14:44:24 +00:00
render Rename CameraUi (#5234) 2022-07-08 00:59:39 +00:00
widget Derive default for enums where possible (#5158) 2022-07-01 03:42:15 +00:00
entity.rs Rename CameraUi (#5234) 2022-07-08 00:59:39 +00:00
focus.rs Derive default for enums where possible (#5158) 2022-07-01 03:42:15 +00:00
geometry.rs Move Rect to bevy_ui and rename it to UiRect (#4276) 2022-04-25 19:20:38 +00:00
lib.rs Rename CameraUi (#5234) 2022-07-08 00:59:39 +00:00
ui_node.rs fix new clippy lints (#5160) 2022-07-01 13:41:23 +00:00
update.rs Split bevy_hierarchy out from bevy_transform (#4168) 2022-03-15 01:54:05 +00:00