Upgrade to wgpu 25

This commit is contained in:
Markus Mayer 2025-04-11 01:08:15 +02:00
parent a456d1c17b
commit 1b72c1fe9e
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -49,7 +49,7 @@ impl WindowState {
.await
.unwrap();
let (device, queue) = adapter
.request_device(&DeviceDescriptor::default(), None)
.request_device(&DeviceDescriptor::default())
.await
.unwrap();