Implement pure version of pick_list example 🎉

This commit is contained in:
Héctor Ramón Jiménez 2022-02-16 17:16:34 +07:00
parent 0ca066277a
commit 2737b21d34
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
4 changed files with 139 additions and 0 deletions

View file

@ -91,6 +91,7 @@ members = [
"examples/tour",
"examples/url_handler",
"examples/pure/counter",
"examples/pure/pick_list",
"examples/pure/todos",
"examples/pure/tour",
"examples/websocket",