Port bezier_tool example to use Canvas
This commit is contained in:
parent
e4eb0553de
commit
fd1ceac363
4 changed files with 150 additions and 299 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue