summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Casper Rogild Storm <2248455+casperstorm@users.noreply.github.com>2022-04-22 13:35:53 +0200
committerLibravatar Casper Rogild Storm <2248455+casperstorm@users.noreply.github.com>2022-04-22 13:35:53 +0200
commit5d67f9988c14adfca4a7e67dc7a9ddcd860b1c78 (patch)
treed77b70b0fe30a023c60a7215840307246aee6197 /Cargo.toml
parenta33e320521fa0f08704bcea541ca337d0f45449e (diff)
downloadiced-5d67f9988c14adfca4a7e67dc7a9ddcd860b1c78.tar.gz
iced-5d67f9988c14adfca4a7e67dc7a9ddcd860b1c78.tar.bz2
iced-5d67f9988c14adfca4a7e67dc7a9ddcd860b1c78.zip
Implemented Tooltip as Pure
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c6ccc5df..9c4b8181 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -93,6 +93,7 @@ members = [
"examples/pure/pick_list",
"examples/pure/todos",
"examples/pure/tour",
+ "examples/pure/tooltip",
"examples/websocket",
]