rust_minifb/src
derpeter 65e5be1dcf
change pointer type to plattform specific type as the cast is otherwi… (#212)
* change pointer type to plattform specific type as the cast is otherwise broken on ARM (and maybe other) platform.

* shrink the line changed in previous commit to make linter happy

Co-authored-by: Peter Hasse <peter.hasse@fokus.fraunhofer.de>
2020-09-03 18:16:07 +02:00
..
native Rename unixes to posix (#197) 2020-07-09 10:21:18 +02:00
os change pointer type to plattform specific type as the cast is otherwi… (#212) 2020-09-03 18:16:07 +02:00
buffer_helper.rs Moved codebase to edition 2018 (#127) 2019-12-30 19:34:27 +01:00
error.rs Implemented std::error::Error for minifb::Error (#168) 2020-04-20 07:11:10 +02:00
key.rs rustfmt pass 2019-11-27 08:03:33 +01:00
key_handler.rs Remove usage of the time crate (#183) 2020-05-21 09:42:43 +02:00
lib.rs Added Topmost (always on top) functionality to Windows (#159) 2020-08-28 21:14:49 +02:00
mouse_handler.rs Moved codebase to edition 2018 (#127) 2019-12-30 19:34:27 +01:00
rate.rs Remove usage of the time crate (#183) 2020-05-21 09:42:43 +02:00
window_flags.rs Moved codebase to edition 2018 (#127) 2019-12-30 19:34:27 +01:00