winit/examples
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
..
data Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00
util chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
child_window.rs Change `run_app(app: &mut A)` to `run_app(app: A)` (#3721) 2024-07-11 15:38:09 +02:00
control_flow.rs Change `run_app(app: &mut A)` to `run_app(app: A)` (#3721) 2024-07-11 15:38:09 +02:00
pump_events.rs Implement `ApplicationHandler::can_create|destroy_surfaces()` (#3765) 2024-06-30 00:41:57 +02:00
run_on_demand.rs Implement `ApplicationHandler::can_create|destroy_surfaces()` (#3765) 2024-06-30 00:41:57 +02:00
window.rs Change `run_app(app: &mut A)` to `run_app(app: A)` (#3721) 2024-07-11 15:38:09 +02:00
x11_embed.rs Change `run_app(app: &mut A)` to `run_app(app: A)` (#3721) 2024-07-11 15:38:09 +02:00