Make ashpd optional when using tokio feature

This commit is contained in:
Jeremy Soller 2023-11-28 11:45:26 -07:00
parent bb3bfdd835
commit ebcfa5f2d0

View file

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