Update wgpu to 0.17

This commit is contained in:
Héctor Ramón Jiménez 2023-09-03 00:21:04 +02:00
parent c9bd48704d
commit 6cc354fdc4
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 2 additions and 3 deletions

View file

@ -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