diff options
author | 2020-03-17 04:23:28 +0100 | |
---|---|---|
committer | 2020-03-17 04:23:28 +0100 | |
commit | 56ba6215a25fe90a50be8feebeb74031967e92b0 (patch) | |
tree | ce8791629f7a6a52b4aa2acb8842ff67ee1d2621 /examples/pane_grid/README.md | |
parent | 21a4095a99e23d7302cb689c73970c886b0278b8 (diff) | |
download | iced-56ba6215a25fe90a50be8feebeb74031967e92b0.tar.gz iced-56ba6215a25fe90a50be8feebeb74031967e92b0.tar.bz2 iced-56ba6215a25fe90a50be8feebeb74031967e92b0.zip |
Add simple `pane_grid` example
Diffstat (limited to '')
-rw-r--r-- | examples/pane_grid/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/pane_grid/README.md b/examples/pane_grid/README.md new file mode 100644 index 00000000..4d9fc5b9 --- /dev/null +++ b/examples/pane_grid/README.md @@ -0,0 +1,18 @@ +## Counter + +The classic counter example explained in the [`README`](../../README.md). + +The __[`main`]__ file contains all the code of the example. + +<div align="center"> + <a href="https://gfycat.com/fairdeadcatbird"> + <img src="https://thumbs.gfycat.com/FairDeadCatbird-small.gif"> + </a> +</div> + +You can run it with `cargo run`: +``` +cargo run --package counter +``` + +[`main`]: src/main.rs |