chore: enable image/gif when using animated-image feature

This commit is contained in:
Michael Aaron Murphy 2025-01-14 21:45:10 +01:00
parent 99b729faff
commit 4a97b3ddd2
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -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 = [