winit/examples
Kirill Chibisov d123cd2f8e api: add ApplicationHandler and matching run APIs
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
2024-03-05 16:13:14 +04:00
..
data Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00
util Fix nightly CI (#3526) 2024-02-26 09:46:12 +01:00
child_window.rs Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00
control_flow.rs api: add ApplicationHandler and matching run APIs 2024-03-05 16:13:14 +04:00
pump_events.rs api: add ApplicationHandler and matching run APIs 2024-03-05 16:13:14 +04:00
run_on_demand.rs api: add ApplicationHandler and matching run APIs 2024-03-05 16:13:14 +04:00
window.rs api: add ApplicationHandler and matching run APIs 2024-03-05 16:13:14 +04:00
x11_embed.rs api: add ApplicationHandler and matching run APIs 2024-03-05 16:13:14 +04:00