Make ashpd optional for async-std feature

This commit is contained in:
Friedrich 2025-08-06 01:07:34 +02:00 committed by Jeremy Soller
parent b58d864e85
commit 562e885872

View file

@ -91,7 +91,7 @@ markdown = ["iced/markdown"]
highlighter = ["iced/highlighter"]
async-std = [
"dep:async-std",
"ashpd/async-std",
"ashpd?/async-std",
"rfd?/async-std",
"zbus?/async-io",
"iced/async-std",