diff options
Diffstat (limited to 'components/script/dom/identityhub.rs')
-rw-r--r-- | components/script/dom/identityhub.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/identityhub.rs b/components/script/dom/identityhub.rs index 702172f6d72..809a68e37ea 100644 --- a/components/script/dom/identityhub.rs +++ b/components/script/dom/identityhub.rs @@ -9,8 +9,8 @@ use webgpu::wgpu::{ AdapterId, BindGroupId, BindGroupLayoutId, BufferId, CommandEncoderId, ComputePipelineId, DeviceId, PipelineLayoutId, ShaderModuleId, }, - Backend, }; +use webgpu::wgt::Backend; #[derive(Debug)] pub struct IdentityHub { |