mirror of
https://github.com/bevyengine/bevy
synced 2024-12-22 02:53:07 +00:00
4ee73ed904
# 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` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |