diff options
author | 2023-09-03 00:21:04 +0200 | |
---|---|---|
committer | 2023-09-03 00:21:04 +0200 | |
commit | 6cc354fdc4eec6576e0591cd3a2ce37155cbfa09 (patch) | |
tree | d05b35fdf85a69fb7b161ed12336358cecc914d7 /examples/integration | |
parent | c9bd48704dd9679c033dd0b8588e2744a3df44a0 (diff) | |
download | iced-6cc354fdc4eec6576e0591cd3a2ce37155cbfa09.tar.gz iced-6cc354fdc4eec6576e0591cd3a2ce37155cbfa09.tar.bz2 iced-6cc354fdc4eec6576e0591cd3a2ce37155cbfa09.zip |
Update `wgpu` to `0.17`
Diffstat (limited to 'examples/integration')
-rw-r--r-- | examples/integration/src/main.rs | 1 |
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 |