diff options
Diffstat (limited to 'components/script/dom/webgpu/gpubindgrouplayout.rs')
-rw-r--r-- | components/script/dom/webgpu/gpubindgrouplayout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webgpu/gpubindgrouplayout.rs b/components/script/dom/webgpu/gpubindgrouplayout.rs index ae48f3497fc..f305791e2af 100644 --- a/components/script/dom/webgpu/gpubindgrouplayout.rs +++ b/components/script/dom/webgpu/gpubindgrouplayout.rs @@ -5,8 +5,8 @@ use std::borrow::Cow; use dom_struct::dom_struct; -use webgpu::wgc::binding_model::BindGroupLayoutDescriptor; use webgpu_traits::{WebGPU, WebGPUBindGroupLayout, WebGPURequest}; +use wgpu_core::binding_model::BindGroupLayoutDescriptor; use crate::conversions::Convert; use crate::dom::bindings::cell::DomRefCell; |