diff options
Diffstat (limited to 'components/script/dom/webgpu/gputextureview.rs')
-rw-r--r-- | components/script/dom/webgpu/gputextureview.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webgpu/gputextureview.rs b/components/script/dom/webgpu/gputextureview.rs index f51b644cc83..20a0e18c0db 100644 --- a/components/script/dom/webgpu/gputextureview.rs +++ b/components/script/dom/webgpu/gputextureview.rs @@ -3,7 +3,7 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ use dom_struct::dom_struct; -use webgpu::{WebGPU, WebGPURequest, WebGPUTextureView}; +use webgpu_traits::{WebGPU, WebGPURequest, WebGPUTextureView}; use crate::dom::bindings::cell::DomRefCell; use crate::dom::bindings::codegen::Bindings::WebGPUBinding::GPUTextureViewMethods; |