Skip to content

Commit

Permalink
fix: use async-std as default
Browse files Browse the repository at this point in the history
Reverting default async runtime for rfd/ashpd/zbus since async-std is compatible with other runtimes and tokio isn't, additionally tokio requires manual setup to work.
  • Loading branch information
panekj authored Mar 11, 2024
1 parent e67f2ac commit 40ab0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ copypasta = { version = "0.10.0", default-features = false, features = ["wayland
once_cell.workspace = true

[features]
default = ["editor", "rfd-tokio"]
default = ["editor", "rfd-async-std"]
# TODO: this is only winit and the editor serde, there are other dependencies that still depend on
# serde
serde = ["floem-winit/serde", "dep:serde"]
Expand Down

0 comments on commit 40ab0df

Please sign in to comment.