bevy/examples/window
Jakob Hellermann adb3ad399c make sub_app return an &App and add sub_app_mut() -> &mut App (#3309)
It's sometimes useful to have a reference to an app a sub app at the same time, which is only possible with an immutable reference.
2021-12-24 06:57:30 +00:00
..
clear_color.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
multiple_windows.rs make sub_app return an &App and add sub_app_mut() -> &mut App (#3309) 2021-12-24 06:57:30 +00:00
scale_factor_override.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
transparent_window.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
window_settings.rs Added set_cursor_icon(...) to Window (#3395) 2021-12-20 22:04:45 +00:00