winit/src/platform_impl/linux
James Liu 352e70b8ac
m: Remove once_cell dependency
Removes the once_cell dependency, instead using std::sync::OnceLock and a
minimal polyfill for std::sync::LazyLock, which may be stabilized soon
(see rust-lang/rust#121377).

This should not require a bump in MSRV, as OnceLock was stabilized in 1.70,
which this crate is using.
2024-02-25 08:19:27 -08:00
..
common m: Remove once_cell dependency 2024-02-25 08:19:27 -08:00
wayland Create custom cursor with directly with event loop 2024-02-21 14:44:29 +04:00
x11 m: Remove once_cell dependency 2024-02-25 08:19:27 -08:00
mod.rs m: Remove once_cell dependency 2024-02-25 08:19:27 -08:00