winit/examples
Kirill Chibisov 241b7a80bb
api: convert Window to dyn Window
This should allow us to make future split of backends much easier.
The `Box<dyn Window>` is a _temporary_ solution, which will be
removed with the future updates when we decide on how the Window
should be stored.
2024-08-23 23:40:27 +03:00
..
data Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00
util api: convert Window to dyn Window 2024-08-23 23:40:27 +03:00
child_window.rs api: convert Window to dyn Window 2024-08-23 23:40:27 +03:00
control_flow.rs api: convert Window to dyn Window 2024-08-23 23:40:27 +03:00
pump_events.rs api: convert Window to dyn Window 2024-08-23 23:40:27 +03:00
run_on_demand.rs api: convert Window to dyn Window 2024-08-23 23:40:27 +03:00
window.rs api: convert Window to dyn Window 2024-08-23 23:40:27 +03:00
x11_embed.rs api: convert Window to dyn Window 2024-08-23 23:40:27 +03:00