summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--examples/integration_wgpu/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bff0eb7b..c93e7245 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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