summaryrefslogtreecommitdiffstats
path: root/examples/bezier_tool/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-28 03:47:41 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-28 03:57:33 +0200
commitfd1ceac3633c4f60852eb9f75da9fbb5e1f35df3 (patch)
tree1c9d01d411400951b2ac117f509ba9dd1af20dde /examples/bezier_tool/README.md
parente4eb0553de13053c9828fd5454c281e27e598d65 (diff)
downloadiced-fd1ceac3633c4f60852eb9f75da9fbb5e1f35df3.tar.gz
iced-fd1ceac3633c4f60852eb9f75da9fbb5e1f35df3.tar.bz2
iced-fd1ceac3633c4f60852eb9f75da9fbb5e1f35df3.zip
Port `bezier_tool` example to use `Canvas`
Diffstat (limited to 'examples/bezier_tool/README.md')
-rw-r--r--examples/bezier_tool/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/bezier_tool/README.md b/examples/bezier_tool/README.md
index 933f2120..ebbb12cc 100644
--- a/examples/bezier_tool/README.md
+++ b/examples/bezier_tool/README.md
@@ -1,6 +1,6 @@
## Bézier tool
-A Paint-like tool for drawing Bézier curves using [`lyon`].
+A Paint-like tool for drawing Bézier curves using the `Canvas` widget.
The __[`main`]__ file contains all the code of the example.
@@ -16,4 +16,3 @@ cargo run --package bezier_tool
```
[`main`]: src/main.rs
-[`lyon`]: https://github.com/nical/lyon