winit/src
Kevin Müller 2b1c8cea1b
bugfix: Replace pointer dereference with read_unaligned
On Raspberry Pi, using the Rust crate eframe caused the program to crash on
mouse movement. The Backtrace lead to this specific line of code, and the exact
error was a "misaligned pointer dereference: address must be a multiple of 0x8
but is xxxx"

The edit has been tested with the Raspberry Pi, which works now.
2024-05-19 15:08:14 -07:00
..
changelog Reexport older versions of raw-window-handle 2024-05-06 19:50:25 +04:00
platform Use rustc-check-cfg (#3682) 2024-05-06 07:11:57 +02:00
platform_impl bugfix: Replace pointer dereference with read_unaligned 2024-05-19 15:08:14 -07:00
application.rs fix doc typo in application.rs (#3676) 2024-05-07 21:24:02 +02:00
cursor.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
error.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
event.rs Add UIGestureRecognizerDelegate and PanGestureRecogniser (#3597) 2024-04-27 15:55:04 +02:00
event_loop.rs Use rustc-check-cfg (#3682) 2024-05-06 07:11:57 +02:00
icon.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
keyboard.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
lib.rs Reexport older versions of raw-window-handle 2024-05-06 19:50:25 +04:00
monitor.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
utils.rs chore: fix some typos in comments (#3635) 2024-04-27 15:29:11 +02:00
window.rs Don't set the background color when initializing with transparency (#3657) 2024-04-27 15:41:14 +02:00