summaryrefslogtreecommitdiffstats
path: root/examples/tooltip/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/tooltip/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/tooltip/README.md b/examples/tooltip/README.md
new file mode 100644
index 00000000..4ccf6578
--- /dev/null
+++ b/examples/tooltip/README.md
@@ -0,0 +1,14 @@
+## Tooltip
+
+A tooltip.
+
+It displays and positions a widget on another based on cursor position.
+
+The __[`main`]__ file contains all the code of the example.
+
+You can run it with `cargo run`:
+```
+cargo run --package tooltip
+```
+
+[`main`]: src/main.rs