diff options
author | 2022-04-22 13:35:53 +0200 | |
---|---|---|
committer | 2022-04-22 13:35:53 +0200 | |
commit | 5d67f9988c14adfca4a7e67dc7a9ddcd860b1c78 (patch) | |
tree | d77b70b0fe30a023c60a7215840307246aee6197 /Cargo.toml | |
parent | a33e320521fa0f08704bcea541ca337d0f45449e (diff) | |
download | iced-5d67f9988c14adfca4a7e67dc7a9ddcd860b1c78.tar.gz iced-5d67f9988c14adfca4a7e67dc7a9ddcd860b1c78.tar.bz2 iced-5d67f9988c14adfca4a7e67dc7a9ddcd860b1c78.zip |
Implemented Tooltip as Pure
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ members = [ "examples/pure/pick_list", "examples/pure/todos", "examples/pure/tour", + "examples/pure/tooltip", "examples/websocket", ] |