winit/src/platform_impl/orbital
Mads Marquart bf97def398
Change run_app(app: &mut A) to run_app(app: A) (#3721)
This allows the user more control over how they pass their application state
to Winit, and will hopefully allow `Drop` implementations on the application
handler to work in the future on all platforms.
2024-07-11 15:38:09 +02:00
..
event_loop.rs Change run_app(app: &mut A) to run_app(app: A) (#3721) 2024-07-11 15:38:09 +02:00
mod.rs Rustfmt: use group_imports 2024-07-07 18:38:50 +02:00
window.rs Rustfmt: use group_imports 2024-07-07 18:38:50 +02:00