diff options
author | 2022-02-13 22:19:43 +0700 | |
---|---|---|
committer | 2022-02-13 22:19:43 +0700 | |
commit | cff891833be68c0e2d4919d4475daf23da821f9b (patch) | |
tree | d9eb6944583ae06bec2f6bf8fef3f9eb2981ac8e /Cargo.toml | |
parent | 6689ede6d8ce0d65ec3ce29fd863ec7f26052621 (diff) | |
download | iced-cff891833be68c0e2d4919d4475daf23da821f9b.tar.gz iced-cff891833be68c0e2d4919d4475daf23da821f9b.tar.bz2 iced-cff891833be68c0e2d4919d4475daf23da821f9b.zip |
Implement `pure` version of the `tour` example :tada:
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ members = [ "examples/url_handler", "examples/pure/counter", "examples/pure/todos", + "examples/pure/tour", "examples/websocket", ] |