diff options
author | 2023-09-03 00:44:31 +0200 | |
---|---|---|
committer | 2023-09-03 00:44:31 +0200 | |
commit | 52b3f69e35f267840be202b6cb4d08e0ca7a3b08 (patch) | |
tree | 5d6d501a427b7656691d3c85e4b2a21fe42b1558 /examples | |
parent | c9bd48704dd9679c033dd0b8588e2744a3df44a0 (diff) | |
parent | d518e7d423f7069ed72d84e39a08e69ac07680fa (diff) | |
download | iced-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.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 |