iced/examples/checkbox
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
..
fonts Fix checkbox example 2023-02-24 13:56:37 +01:00
src Use as_slice instead of as_ref in checkbox example 2023-05-25 23:48:42 +02:00
Cargo.toml Use workspace dependencies and package inheritance 2023-09-04 13:08:17 +02:00
README.md Use correct package name in checkbox example docs 2023-03-08 12:55:52 -05:00

Checkbox

A box that can be checked.

The main file contains all the code of the example.

You can run it with cargo run:

cargo run --package checkbox