Add Multi-Window Camera UI in documented examples

This commit is contained in:
Tero Laxström 2025-03-19 18:23:15 +02:00
parent d63a7a647a
commit fc6da17e27
No known key found for this signature in database
GPG Key ID: 3823DEA86D92ECB5

View File

@ -576,6 +576,7 @@ Example | Description
[Custom User Event](../examples/window/custom_user_event.rs) | Handles custom user events within the event loop
[Low Power](../examples/window/low_power.rs) | Demonstrates settings to reduce power use for bevy applications
[Monitor info](../examples/window/monitor_info.rs) | Displays information about available monitors (displays).
[Multi-Window Camera UI](../examples/window/multi_window_camera_ui.rs) | Demonstrates creating multiple windows with multiple cameras with different UIs
[Multiple Windows](../examples/window/multiple_windows.rs) | Demonstrates creating multiple windows, and rendering to them
[Scale Factor Override](../examples/window/scale_factor_override.rs) | Illustrates how to customize the default window settings
[Screenshot](../examples/window/screenshot.rs) | Shows how to save screenshots to disk