Minor typo in README (#5381)
This commit is contained in:
parent
1787952a83
commit
83a30064f4
|
|
@ -296,7 +296,7 @@ If you call `.await` in your GUI code, the UI will freeze, which is very bad UX.
|
|||
* [`eventuals::Eventual`](https://docs.rs/eventuals/latest/eventuals/struct.Eventual.html)
|
||||
* [`tokio::sync::watch::channel`](https://docs.rs/tokio/latest/tokio/sync/watch/fn.channel.html)
|
||||
|
||||
### How to I create a file dialog?
|
||||
### How do I create a file dialog?
|
||||
|
||||
The async version of [rfd](https://docs.rs/rfd/latest/rfd/) supports both native and Wasm. See example app here https://github.com/woelper/egui_pick_file which also has a demo available via [gitub pages](https://woelper.github.io/egui_pick_file/).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue