winit/src
daxpedda 34a37b8747
Windows: use Box::leak() instead of Box::into_raw()
This was detected by a new change in Nightly Rust that applied
`#[must_use]` to the return value of `Box::into_raw()`.
2024-08-04 13:03:26 +03:00
..
changelog Remove raw-window-handle v0.4 and v0.5 support (#3831) 2024-08-04 00:18:39 +02:00
platform Remove raw-window-handle v0.4 and v0.5 support (#3831) 2024-08-04 00:18:39 +02:00
platform_impl Windows: use Box::leak() instead of Box::into_raw() 2024-08-04 13:03:26 +03:00
application.rs Implement ApplicationHandler::can_create|destroy_surfaces() (#3765) 2024-06-30 00:41:57 +02:00
cursor.rs Web: use the word "Web" correctly and consistently (#3785) 2024-07-10 16:17:39 +02:00
error.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
event.rs Fix CI for Rust v1.80 (#3822) 2024-07-25 15:15:21 +02:00
event_loop.rs Remove raw-window-handle v0.4 and v0.5 support (#3831) 2024-08-04 00:18:39 +02:00
icon.rs Web: use the word "Web" correctly and consistently (#3785) 2024-07-10 16:17:39 +02:00
keyboard.rs Run doc tests on Web as well (#3799) 2024-07-20 21:20:18 +02:00
lib.rs Remove raw-window-handle v0.4 and v0.5 support (#3831) 2024-08-04 00:18:39 +02:00
monitor.rs chore: drop v0.30 deprecated APIs 2024-07-26 16:44:47 +03:00
utils.rs chore: fix some typos in comments (#3635) 2024-04-27 15:29:11 +02:00
window.rs Remove raw-window-handle v0.4 and v0.5 support (#3831) 2024-08-04 00:18:39 +02:00