summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-09-03 00:44:31 +0200
committerLibravatar GitHub <noreply@github.com>2023-09-03 00:44:31 +0200
commit52b3f69e35f267840be202b6cb4d08e0ca7a3b08 (patch)
tree5d6d501a427b7656691d3c85e4b2a21fe42b1558 /examples
parentc9bd48704dd9679c033dd0b8588e2744a3df44a0 (diff)
parentd518e7d423f7069ed72d84e39a08e69ac07680fa (diff)
downloadiced-52b3f69e35f267840be202b6cb4d08e0ca7a3b08.tar.gz
iced-52b3f69e35f267840be202b6cb4d08e0ca7a3b08.tar.bz2
iced-52b3f69e35f267840be202b6cb4d08e0ca7a3b08.zip
Merge pull request #2065 from iced-rs/update-wgpu
Update `wgpu` to `0.17`
Diffstat (limited to 'examples')
-rw-r--r--examples/integration/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/integration/src/main.rs b/examples/integration/src/main.rs
index 342d4c69..98b58f16 100644
--- a/examples/integration/src/main.rs
+++ b/examples/integration/src/main.rs
@@ -82,7 +82,6 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> {
futures::futures::executor::block_on(async {
let adapter = wgpu::util::initialize_adapter_from_env_or_default(
&instance,
- backend,
Some(&surface),
)
.await