diff options
author | 2023-03-05 06:40:20 +0100 | |
---|---|---|
committer | 2023-03-05 06:40:20 +0100 | |
commit | 06bbcc310e6e759a0839df6ca391ea5e0f0ee609 (patch) | |
tree | 782023181c77ce9ba2b836b0e82a671341b82213 /examples | |
parent | 1c36446115dcb46c373fbc62b9e4f1941bd5a383 (diff) | |
download | iced-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.toml | 2 |
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" |