summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-05 06:40:20 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-05 06:40:20 +0100
commit06bbcc310e6e759a0839df6ca391ea5e0f0ee609 (patch)
tree782023181c77ce9ba2b836b0e82a671341b82213 /examples
parent1c36446115dcb46c373fbc62b9e4f1941bd5a383 (diff)
downloadiced-06bbcc310e6e759a0839df6ca391ea5e0f0ee609.tar.gz
iced-06bbcc310e6e759a0839df6ca391ea5e0f0ee609.tar.bz2
iced-06bbcc310e6e759a0839df6ca391ea5e0f0ee609.zip
Move `webgl` feature selection for `wgpu` into `iced_wgpu`
Diffstat (limited to 'examples')
-rw-r--r--examples/integration/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integration/Cargo.toml b/examples/integration/Cargo.toml
index 60390242..f429977f 100644
--- a/examples/integration/Cargo.toml
+++ b/examples/integration/Cargo.toml
@@ -7,7 +7,7 @@ publish = false
[dependencies]
iced_winit = { path = "../../winit" }
-iced_wgpu = { path = "../../wgpu", features = ["webgl"] }
+iced_wgpu = { path = "../../wgpu" }
iced_widget = { path = "../../widget" }
env_logger = "0.8"