bevy/examples/window
Ame :] 427ba3074a
fix bevy imports. windows_settings.rs example (#9547)
# Objective

In #9355 was added an import using bevy_internal.
This change the import to use `bevy::window` instead of a
`bevy_internal` to run the example outside of the bevy repo.
2023-08-23 12:35:42 +00:00
..
clear_color.rs
low_power.rs
multiple_windows.rs
scale_factor_override.rs Flatten UI Style properties that use Size + remove Size (#8548) 2023-05-16 01:36:32 +00:00
screenshot.rs
transparent_window.rs
window_resizing.rs
window_settings.rs