winit/src/platform_impl
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
..
android Change run_app(app: &mut A) to run_app(app: A) (#3721) 2024-07-11 15:38:09 +02:00
apple Change run_app(app: &mut A) to run_app(app: A) (#3721) 2024-07-11 15:38:09 +02:00
linux Change run_app(app: &mut A) to run_app(app: A) (#3721) 2024-07-11 15:38:09 +02:00
orbital Change run_app(app: &mut A) to run_app(app: A) (#3721) 2024-07-11 15:38:09 +02:00
web Change run_app(app: &mut A) to run_app(app: A) (#3721) 2024-07-11 15:38:09 +02:00
windows 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