diff options
Diffstat (limited to 'components/script/dom/gpucommandencoder.rs')
-rw-r--r-- | components/script/dom/gpucommandencoder.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpucommandencoder.rs b/components/script/dom/gpucommandencoder.rs index 7bd5de4af94..8f26601b122 100644 --- a/components/script/dom/gpucommandencoder.rs +++ b/components/script/dom/gpucommandencoder.rs @@ -7,7 +7,7 @@ use std::cell::Cell; use std::collections::HashSet; use dom_struct::dom_struct; -use webgpu::wgpu::command as wgpu_com; +use webgpu::wgc::command as wgpu_com; use webgpu::{self, wgt, WebGPU, WebGPURequest}; use crate::dom::bindings::cell::DomRefCell; |