Make ashpd optional when using tokio feature
This commit is contained in:
parent
bb3bfdd835
commit
ebcfa5f2d0
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ serde-keycode = ["iced_core/serde"]
|
|||
# smol async runtime
|
||||
smol = ["iced/smol", "zbus?/async-io"]
|
||||
# Tokio async runtime
|
||||
tokio = ["dep:tokio", "ashpd/tokio", "iced/tokio", "zbus?/tokio"]
|
||||
tokio = ["dep:tokio", "ashpd?/tokio", "iced/tokio", "zbus?/tokio"]
|
||||
# Wayland window support
|
||||
wayland = [
|
||||
"ashpd?/wayland",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue