winit-sonoma-fix/src
Kirill Chibisov d68d9eab38
Mark startup_notify unsafe functions as safe
They are safe, since they use the rust `std::env` stuff. Making them
safe lets downstream to determine that `std::env` is used and not the
`libc` env manipulation routines, which are unsafe.
2023-09-02 02:05:56 +04:00
..
platform Mark startup_notify unsafe functions as safe 2023-09-02 02:05:56 +04:00
platform_impl Slightly reduce number of cfgs (#3071) 2023-09-01 23:14:16 +02:00
dpi.rs Increase test coverage for generic modules 2023-08-05 19:58:38 +04:00
error.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
event.rs Slightly reduce number of cfgs (#3071) 2023-09-01 23:14:16 +02:00
event_loop.rs Slightly reduce number of cfgs (#3071) 2023-09-01 23:14:16 +02:00
icon.rs Fix clippy issues on stable 2023-01-27 07:18:58 +03:00
keyboard.rs Export smol_str and impl Ord for Key 2023-08-03 20:12:48 +04:00
lib.rs Move Event::RedrawRequested to WindowEvent (#3049) 2023-08-27 16:15:09 +02:00
monitor.rs On Web, never return a MonitorHandle (#3051) 2023-08-26 18:56:44 +02:00
window.rs Slightly reduce number of cfgs (#3071) 2023-09-01 23:14:16 +02:00