From 77a0b68aa176782e95048795aec15c20a3e60ec6 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 13 Aug 2021 20:01:28 +0700 Subject: Rename `integration` examples --- examples/integration/README.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 examples/integration/README.md (limited to 'examples/integration/README.md') diff --git a/examples/integration/README.md b/examples/integration/README.md deleted file mode 100644 index d5aabc19..00000000 --- a/examples/integration/README.md +++ /dev/null @@ -1,18 +0,0 @@ -## Integration - -A demonstration of how to integrate Iced in an existing graphical application. - -The __[`main`]__ file contains all the code of the example. - -
- - - -
- -You can run it with `cargo run`: -``` -cargo run --package integration -``` - -[`main`]: src/main.rs -- cgit