winit/winit-uikit/src
Mads Marquart e540062ac0
iOS: Avoid RefCell and static mut (#4255)
* iOS: Refactor queued_gpu_redraws out from AppStateImpl

To allow AppStateImpl to be Copy, and to move redraws into the window in
the future.

* iOS AppState: Avoid RefCell and static mut

Instead, prefer Cell and Copy types, as those will never have crashes
on re-entrancy / if forgetting to make a state transition.
2025-06-07 23:16:41 +02:00
..
app_state.rs iOS: Avoid RefCell and static mut (#4255) 2025-06-07 23:16:41 +02:00
event_loop.rs iOS: Avoid RefCell and static mut (#4255) 2025-06-07 23:16:41 +02:00
lib.rs Move UIKit backend to winit-uikit 2025-05-25 23:19:30 +09:00
monitor.rs Move UIKit backend to winit-uikit 2025-05-25 23:19:30 +09:00
notification_center.rs Move AppKit (macOS) backend to winit-appkit (#4248) 2025-05-25 17:37:40 +02:00
view.rs Move UIKit backend to winit-uikit 2025-05-25 23:19:30 +09:00
view_controller.rs Move UIKit backend to winit-uikit 2025-05-25 23:19:30 +09:00
window.rs Move UIKit backend to winit-uikit 2025-05-25 23:19:30 +09:00