Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
When using a custom runtime like examples/integration is doing, images added to the view don't render. The reason is that in this particular setup, with the image feature set for iced_widget, iced_renderer, iced_wgpu and iced_graphics, the default feature of the image crate is not set. This is not the case when directly using the iced dependency which itself sets the default feature.
What is the expected behavior?
Images should render.
iced_graphics should set the default feature of the image crate.
Version
crates.io release
Operating System
Linux
Do you have any log output?
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
When using a custom runtime like examples/integration is doing, images added to the view don't render. The reason is that in this particular setup, with the
imagefeature set foriced_widget,iced_renderer,iced_wgpuandiced_graphics, thedefaultfeature of theimagecrate is not set. This is not the case when directly using theiceddependency which itself sets thedefaultfeature.What is the expected behavior?
Images should render.
iced_graphicsshould set thedefaultfeature of theimagecrate.Version
crates.io release
Operating System
Linux
Do you have any log output?