Files
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
..
2025-05-25 23:19:30 +09:00
2025-05-25 23:19:30 +09:00
2025-05-25 23:19:30 +09:00
2025-05-25 23:19:30 +09:00