iced-yoda/winit/src
Francesco Pasa 9a037a23e9 Add support for setting window icon
This adds a new property from Settings:🪟:iconand a Icon struct which can be converted to winit:🪟:Icon.

It also adds code to display this icon in Application::run. Due to the fact that the Icon struct is non copyable, I also had to remove the Copy trait from all Settings, both in `iced` and `iced_winit`.
2020-07-01 05:37:28 +02:00
..
settings Allow passing external state to Application::new 2020-03-30 18:10:15 +02:00
application.rs Decouple cursor_position from Cache 2020-06-23 06:44:34 +02:00
clipboard.rs Write docs for iced_winit::Clipboard 2020-02-04 03:58:40 +01:00
conversion.rs Decouple cursor_position from Cache 2020-06-23 06:44:34 +02:00
lib.rs Add support for setting window icon 2020-07-01 05:37:28 +02:00
mode.rs Expose window::Mode in iced 2020-01-16 05:54:22 +01:00
proxy.rs Write documentation for new iced_winit API 2020-05-28 02:49:32 +02:00
settings.rs Add support for setting window icon 2020-07-01 05:37:28 +02:00