diff options
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | examples/integration_wgpu/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -108,7 +108,7 @@ iced_wgpu = { version = "0.5", path = "wgpu", features = ["webgl"], optional = t [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] -features = ["image", "svg", "canvas", "qr_code", "pure"] +features = ["image", "svg", "canvas", "qr_code"] [profile.release-opt] inherits = "release" diff --git a/examples/integration_wgpu/README.md b/examples/integration_wgpu/README.md index faefa153..ece9ba1e 100644 --- a/examples/integration_wgpu/README.md +++ b/examples/integration_wgpu/README.md @@ -12,7 +12,7 @@ The __[`main`]__ file contains all the code of the example. You can run it with `cargo run`: ``` -cargo run --package integration +cargo run --package integration_wgpu ``` ### How to run this example with WebGL backend |