diff options
author | Samson <16504129+sagudev@users.noreply.github.com> | 2023-08-21 09:40:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 07:40:06 +0000 |
commit | db2cbff9d6ff988c07992dd54cba12ef9f608d69 (patch) | |
tree | 9af6a394e1169cce9619ea7e56553d8fef0a1967 /components/script/dom/identityhub.rs | |
parent | 85a37210c2651b3c0c5dbfc549e31df042174f4d (diff) | |
download | servo-db2cbff9d6ff988c07992dd54cba12ef9f608d69.tar.gz servo-db2cbff9d6ff988c07992dd54cba12ef9f608d69.zip |
Update wgpu to 0.17 (#30147)
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 c4d997bcd6d..49822b3d729 100644 --- a/components/script/dom/identityhub.rs +++ b/components/script/dom/identityhub.rs @@ -4,12 +4,12 @@ use smallvec::SmallVec; use webgpu::wgpu::{ - hub::IdentityManager, id::{ AdapterId, BindGroupId, BindGroupLayoutId, BufferId, CommandEncoderId, ComputePipelineId, DeviceId, PipelineLayoutId, RenderBundleId, RenderPipelineId, SamplerId, ShaderModuleId, TextureId, TextureViewId, }, + identity::IdentityManager, }; use webgpu::wgt::Backend; |