Skip to content

Commit 97214b7

Browse files
committed
Add link to another example
1 parent 2a11498 commit 97214b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
This example is based on the [original egui file browser](https://github.com/woelper/egui_pick_file) by [woelper](https://github.com/woelper) but modified to use poll-promise instead.
44
It makes the app a bit more complex but closer to what I personally prefer to use as it prevents the user from clicking load or save while the picker is still open.
55

6+
For an example of poll_promise in use in a more full featured application see this [log viewer](https://github.com/c-git/log-viewer) (full featured in terms of being able to report errors and that kind of thing).
7+
68
Description from original:
79

810
> Example app showing how to pick a file on both web and desktop.

0 commit comments

Comments
 (0)