Files
winit/src/platform_impl
Mads Marquart c4e6e94b80 Remove a few unnecessary usages of Lazy (#3531)
* Convert usage of Lazy to OnceLock on macOS and iOS

* Remove a few uses of Lazy that wrapped Mutex or RwLock

The `new` functions on these were made `const` in Rust 1.63.0

* Use AtomicBool instead of RwLock
2024-02-28 12:28:26 +01:00
..
2024-02-26 09:46:12 +01:00
2024-02-25 08:19:27 -08:00
2024-01-14 18:54:52 +01:00