fix!(windows): remove desktop dependency for the about feature
BREAKING CHANGE: Icon must be provided as a handle instead of a string.
This commit is contained in:
parent
2099dc45cb
commit
5e136f9499
2 changed files with 3 additions and 7 deletions
|
|
@ -12,7 +12,7 @@ default = ["multi-window", "a11y"]
|
|||
# Accessibility support
|
||||
a11y = ["iced/a11y", "iced_accessibility"]
|
||||
# Enable about widget
|
||||
about = ["desktop", "dep:license"]
|
||||
about = ["dep:license"]
|
||||
# Builds support for animated images
|
||||
animated-image = ["dep:async-fs", "image/gif", "tokio?/io-util", "tokio?/fs"]
|
||||
# XXX autosize should not be used on winit windows unless dialogs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue