Add a simple `ApplicationHandler` trait since winit is moving towards trait based API. Add `run_app` group of APIs to accept `&mut impl ApplicationHandler` deprecating the old `run` APIs. Part-of: https://github.com/rust-windowing/winit/issues/3432 |
||
|---|---|---|
| .. | ||
| data | ||
| util | ||
| child_window.rs | ||
| control_flow.rs | ||
| pump_events.rs | ||
| run_on_demand.rs | ||
| window.rs | ||
| x11_embed.rs | ||