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_wgpu/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 examples/integration_wgpu/README.md (limited to 'examples/integration_wgpu/README.md') diff --git a/examples/integration_wgpu/README.md b/examples/integration_wgpu/README.md new file mode 100644 index 00000000..53ffd3e5 --- /dev/null +++ b/examples/integration_wgpu/README.md @@ -0,0 +1,20 @@ +## `wgpu` integration + +A demonstration of how to integrate Iced in an existing graphical application +that leverages [`wgpu`]. + +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 +[`wgpu`]: https://github.com/gfx-rs/wgpu -- cgit