From 6151c528241d0a6ece88e6e664df1b50f8174ecb Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 10 Mar 2020 02:57:13 +0100 Subject: Rename `Panes` widget to `PaneGrid` --- examples/panes/README.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 examples/panes/README.md (limited to 'examples/panes/README.md') diff --git a/examples/panes/README.md b/examples/panes/README.md deleted file mode 100644 index 4d9fc5b9..00000000 --- a/examples/panes/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. - -
- - - -
- -You can run it with `cargo run`: -``` -cargo run --package counter -``` - -[`main`]: src/main.rs -- cgit