rust_minifb/src
Lev Eniseev 096147f288
Change Error to use custom fmt::Debug messages (#152)
std::error::Error::description is deprecated, so I changed the
fmt::Display implementation to rely on fmt::Debug implementation, which,
in turn, return human-readable messages like description was doing
2020-03-18 18:53:24 +01:00
..
native Added NSView for raw_window_handle on macOS 2020-01-21 22:11:46 +01:00
os add get_keys_released method to Window (#151) 2020-03-17 18:17:04 +01:00
buffer_helper.rs Moved codebase to edition 2018 (#127) 2019-12-30 19:34:27 +01:00
error.rs Change Error to use custom fmt::Debug messages (#152) 2020-03-18 18:53:24 +01:00
key.rs rustfmt pass 2019-11-27 08:03:33 +01:00
key_handler.rs add get_keys_released method to Window (#151) 2020-03-17 18:17:04 +01:00
lib.rs add get_keys_released method to Window (#151) 2020-03-17 18:17:04 +01:00
menu.rs WIP on new Menu system 2016-05-07 12:51:14 +02:00
mouse_handler.rs Moved codebase to edition 2018 (#127) 2019-12-30 19:34:27 +01:00
rate.rs Moved codebase to edition 2018 (#127) 2019-12-30 19:34:27 +01:00
window_flags.rs Moved codebase to edition 2018 (#127) 2019-12-30 19:34:27 +01:00