Port bezier_tool example to use Canvas

This commit is contained in:
Héctor Ramón Jiménez 2020-04-28 03:47:41 +02:00
parent e4eb0553de
commit fd1ceac363
4 changed files with 150 additions and 299 deletions

View file

@ -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