From 897188317b5875cc00a0f1c797790df8ac13687f Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 11 Feb 2022 17:50:12 +0700 Subject: Rename `iced_virtual` to `iced_pure` `virtual` is a reserved keyword in Rust :grimacing: --- examples/virtual_counter/README.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 examples/virtual_counter/README.md (limited to 'examples/virtual_counter/README.md') diff --git a/examples/virtual_counter/README.md b/examples/virtual_counter/README.md deleted file mode 100644 index 4d9fc5b9..00000000 --- a/examples/virtual_counter/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