summaryrefslogtreecommitdiffstats
path: root/benches
diff options
context:
space:
mode:
authorLibravatar Héctor <hector@hecrj.dev>2025-03-09 01:57:25 +0100
committerLibravatar GitHub <noreply@github.com>2025-03-09 01:57:25 +0100
commitbae25b74f68078e5ff74cdae717273cf315d4e90 (patch)
tree3760dd8a8c1d3bafaadefd3e07c7c70820e8d582 /benches
parent86e8494bfa460bdbf506695f8f4b4f01a9cf5088 (diff)
parentfb2544021a40d029a99cadda7cf59acf5e7dc455 (diff)
downloadiced-bae25b74f68078e5ff74cdae717273cf315d4e90.tar.gz
iced-bae25b74f68078e5ff74cdae717273cf315d4e90.tar.bz2
iced-bae25b74f68078e5ff74cdae717273cf315d4e90.zip
Merge pull request #2832 from codewing/feature/wgpu-24
Update `wgpu` to `24` and use `cryoglyph` fork
Diffstat (limited to 'benches')
-rw-r--r--benches/wgpu.rs2
1 files changed, 1 insertions, 1 deletions
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()
});