Issue in using Image Widget #1245
Answered
by
Kaiden42
tareksalem
asked this question in
Q&A
-
I am just new to rust, I am trying to use Image::new("https://raw.githubusercontent.com/iced-rs/iced/9712b319bb7a32848001b96bd84977430f14b623/examples/resources/ferris.png") however it gives me the following error while compilation process
|
Beta Was this translation helpful? Give feedback.
Answered by
Kaiden42
Feb 10, 2022
Replies: 1 comment 6 replies
-
You have to enable the For example:
|
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
tareksalem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to enable the
image
feature of iced.For example: