How to construct iced::window::Icon
in 0.9
#1806
-
In iced 0.8 I was able to use the |
Beta Was this translation helpful? Give feedback.
Answered by
carl-anders
Apr 20, 2023
Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fenhl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
iced::window::icon::from_rgba
instead. So instead ofIcon
it'sicon
.