bevy/examples/window
Pablo Reinhardt d96a9d15f6
Migrate from Query::single and friends to Single (#15872)
# Objective

- closes #15866

## Solution

- Simply migrate where possible.

## Testing

- Expect that CI will do most of the work. Examples is another way of
testing this, as most of the work is in that area.
---

## Notes
For now, this PR doesn't migrate `QueryState::single` and friends as for
now, this look like another issue. So for example, QueryBuilders that
used single or `World::query` that used single wasn't migrated. If there
is a easy way to migrate those, please let me know.

Most of the uses of `Query::single` were removed, the only other uses
that I found was related to tests of said methods, so will probably be
removed when we remove `Query::single`.
2024-10-13 20:32:06 +00:00
..
clear_color.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
custom_user_event.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
low_power.rs Migrate from Query::single and friends to Single (#15872) 2024-10-13 20:32:06 +00:00
monitor_info.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
multiple_windows.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
scale_factor_override.rs Migrate from Query::single and friends to Single (#15872) 2024-10-13 20:32:06 +00:00
screenshot.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
transparent_window.rs Migrate bevy_sprite to required components (#15489) 2024-10-09 16:17:26 +00:00
window_resizing.rs Migrate from Query::single and friends to Single (#15872) 2024-10-13 20:32:06 +00:00
window_settings.rs Migrate from Query::single and friends to Single (#15872) 2024-10-13 20:32:06 +00:00