chore: enable image/gif when using animated-image feature
This commit is contained in:
parent
99b729faff
commit
4a97b3ddd2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue