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:
wiiznokes 2025-07-28 16:33:22 +02:00 committed by GitHub
parent 2099dc45cb
commit 5e136f9499
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 7 deletions

View file

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