summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-04-25 14:45:38 +0700
committerLibravatar GitHub <noreply@github.com>2022-04-25 14:45:38 +0700
commitbba4cf323b711fe9a962c84d1a14875a0e394396 (patch)
tree907ecff27b386d755887f62b9ac00700c541ca7e /Cargo.toml
parenta33e320521fa0f08704bcea541ca337d0f45449e (diff)
parente33f43af31888b8b0795c2287aed9f26b4e1d699 (diff)
downloadiced-bba4cf323b711fe9a962c84d1a14875a0e394396.tar.gz
iced-bba4cf323b711fe9a962c84d1a14875a0e394396.tar.bz2
iced-bba4cf323b711fe9a962c84d1a14875a0e394396.zip
Merge pull request #1315 from casperstorm/pure/tooltip
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",
]