mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
* remove opengl code from winit * iOS: restrict EventsLoop to be created on the main thread iOS: Window can only be made once, make Drop on Window thread safe iOS: make DelegateState owned by Window, cleanup iOS: fixes from merge (class! macro) * update the changelog * Fixed nitpicks