Make ashpd optional for async-std feature
This commit is contained in:
parent
b58d864e85
commit
562e885872
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ markdown = ["iced/markdown"]
|
||||||
highlighter = ["iced/highlighter"]
|
highlighter = ["iced/highlighter"]
|
||||||
async-std = [
|
async-std = [
|
||||||
"dep:async-std",
|
"dep:async-std",
|
||||||
"ashpd/async-std",
|
"ashpd?/async-std",
|
||||||
"rfd?/async-std",
|
"rfd?/async-std",
|
||||||
"zbus?/async-io",
|
"zbus?/async-io",
|
||||||
"iced/async-std",
|
"iced/async-std",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue