Skip to content

Commit

Permalink
chore: enable image/gif when using animated-image feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Jan 14, 2025
1 parent 99b729f commit 4a97b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ a11y = ["iced/a11y", "iced_accessibility"]
# Enable about widget
about = ["desktop", "dep:license"]
# Builds support for animated images
animated-image = ["dep:async-fs", "tokio?/io-util", "tokio?/fs"]
animated-image = ["dep:async-fs", "image/gif", "tokio?/io-util", "tokio?/fs"]
# XXX autosize should not be used on winit windows unless dialogs
autosize = []
applet = [
Expand Down

0 comments on commit 4a97b3d

Please sign in to comment.