iced/examples/bezier_tool
Héctor Ramón Jiménez f468e25d0c
Use workspace dependencies and package inheritance
We are also taking this as a chance to synchronize
the versions of all the crates! Because of this, we
will skip the `0.11` version.
2023-09-04 13:08:17 +02:00
..
src Take Rectangle by value in Cursor API 2023-06-08 20:16:46 +02:00
Cargo.toml Use workspace dependencies and package inheritance 2023-09-04 13:08:17 +02:00
README.md Port bezier_tool example to use Canvas 2020-04-28 03:57:33 +02:00

Bézier tool

A Paint-like tool for drawing Bézier curves using the Canvas widget.

The main file contains all the code of the example.

You can run it with cargo run:

cargo run --package bezier_tool