diff options
author | 2020-03-14 03:39:20 +0100 | |
---|---|---|
committer | 2020-03-14 03:41:12 +0100 | |
commit | 858c086eeee4284a5a7b3e49cb3c112d204e53c3 (patch) | |
tree | caae706d5370517116f4c714914606e0e3ab873d /examples/pane_grid/README.md | |
parent | 26b9541bcab99bba66f2cf9bcae62a3adc95283c (diff) | |
download | iced-858c086eeee4284a5a7b3e49cb3c112d204e53c3.tar.gz iced-858c086eeee4284a5a7b3e49cb3c112d204e53c3.tar.bz2 iced-858c086eeee4284a5a7b3e49cb3c112d204e53c3.zip |
Remove `pane_grid` example for now
It's too contrived. I will work on something simpler.
Diffstat (limited to 'examples/pane_grid/README.md')
-rw-r--r-- | examples/pane_grid/README.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/pane_grid/README.md b/examples/pane_grid/README.md deleted file mode 100644 index 4d9fc5b9..00000000 --- a/examples/pane_grid/README.md +++ /dev/null @@ -1,18 +0,0 @@ -## 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 |