iced-yoda/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
..
window Add support for setting window icon 2020-07-01 05:37:28 +02:00
application.rs Merge pull request #415 from hecrj/feature/configurable-scale-factor 2020-06-20 19:20:37 +02:00
element.rs Introduce feature flags to enable iced_glow 2020-05-27 05:05:13 +02:00
executor.rs Improve docs for Sandbox and Application 2020-04-02 03:44:14 +02:00
keyboard.rs Remove inconsistent input module in iced_native 2020-04-30 05:04:45 +02:00
lib.rs Introduce feature flags to enable iced_glow 2020-05-27 05:05:13 +02:00
mouse.rs Rename MouseCursor to mouse::Interaction 2020-04-30 08:16:38 +02:00
sandbox.rs Add scale_factor to Application and Sandbox 2020-06-19 19:17:05 +02:00
settings.rs Add support for setting window icon 2020-07-01 05:37:28 +02:00
time.rs Implement time::every in iced_futures 2020-04-30 05:37:44 +02:00
widget.rs Introduce feature flags to enable iced_glow 2020-05-27 05:05:13 +02:00
window.rs Expose window::Mode in iced 2020-01-16 05:54:22 +01:00