From 73b8ae8e5e7f57c608c775272a2980995ab22bb3 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 10 Jul 2020 02:50:47 +0200 Subject: Rename `ComboBox` to `PickList` --- examples/combo_box/README.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 examples/combo_box/README.md (limited to 'examples/combo_box/README.md') diff --git a/examples/combo_box/README.md b/examples/combo_box/README.md deleted file mode 100644 index 4d9fc5b9..00000000 --- a/examples/combo_box/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