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_gl/README.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 examples/integration_gl/README.md (limited to 'examples/integration_gl/README.md') diff --git a/examples/integration_gl/README.md b/examples/integration_gl/README.md deleted file mode 100644 index 87491508..00000000 --- a/examples/integration_gl/README.md +++ /dev/null @@ -1,16 +0,0 @@ -## Integration - -A demonstration of how to integrate Iced in an existing graphical OpenGL application. - -The __[`main`]__ file contains all the code of the example. - -
- image host -
- -You can run it with `cargo run`: -``` -cargo run --package integration_gl -``` - -[`main`]: src/main.rs -- cgit