Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable image widget by default (without any image load/codec support) #2249

Closed
wants to merge 4 commits into from

Conversation

dtzxporter
Copy link
Contributor

@dtzxporter dtzxporter commented Feb 12, 2024

This is a non-breaking change that allows using images loaded with a different library in your program, or raw pixel buffers without including all of the bloat that image-rs is.

It's another attempt at #2244 that is backwards compatible with existing applications because they will already use the image feature if they want the widget.

This is a non-breaking change that allows using images loaded with a different library in your program, or raw pixel buffers without including all of the bloat that image-rs is.

It's another attempt at iced-rs#2244 that is backwards compatible with existing applications because they will already use the image feature if they want the widget.
@hecrj
Copy link
Member

hecrj commented Sep 2, 2024

Superseded by #2244,

@hecrj hecrj closed this Sep 2, 2024
@hecrj hecrj added this to the 0.13 milestone Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants