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