rust_minifb/src
Kevin K 9a435460b0
Add set_icon() method to set a window icon at runtime (#274)
* Add set_icon() for Windows

* Start x11 icon method

* Add set_icon() for X11

* Add unimplemented message

* Add Icon class for abstraction

* Adjust example in docs

* Remove CStrings from X11 because of heap allocations

* Fix rustfmt

* Revert accidental changes to image.rs

* Fix doc error
2022-01-30 18:29:12 +01:00
..
native macOS: Fix segmentation fault when resizing window (#269) 2021-12-12 23:06:17 +01:00
os Add set_icon() method to set a window icon at runtime (#274) 2022-01-30 18:29:12 +01:00
buffer_helper.rs Moved codebase to edition 2018 (#127) 2019-12-30 19:34:27 +01:00
error.rs Minor update to error.rs (#258) 2021-09-13 10:04:28 +02:00
icon.rs Add set_icon() method to set a window icon at runtime (#274) 2022-01-30 18:29:12 +01:00
key.rs rustfmt pass 2019-11-27 08:03:33 +01:00
key_handler.rs key_handler: add a callback for key events (#243) 2022-01-26 08:23:38 +01:00
lib.rs Add set_icon() method to set a window icon at runtime (#274) 2022-01-30 18:29:12 +01: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