From fb2544021a40d029a99cadda7cf59acf5e7dc455 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 9 Mar 2025 01:38:34 +0100 Subject: Update `wgpu` to `24` and use `cryoglyph` fork Co-authored-by: Winfried Baumann --- benches/wgpu.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benches') diff --git a/benches/wgpu.rs b/benches/wgpu.rs index 033eb46d..c920a71e 100644 --- a/benches/wgpu.rs +++ b/benches/wgpu.rs @@ -18,7 +18,7 @@ pub fn wgpu_benchmark(c: &mut Criterion) { use iced_futures::futures::executor; use iced_wgpu::wgpu; - let instance = wgpu::Instance::new(wgpu::InstanceDescriptor { + let instance = wgpu::Instance::new(&wgpu::InstanceDescriptor { backends: wgpu::Backends::all(), ..Default::default() }); -- cgit