diff options
author | Samson <16504129+sagudev@users.noreply.github.com> | 2024-05-08 15:53:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 13:53:39 +0000 |
commit | 168d43f24a18184afadc6aa8646537289c85860a (patch) | |
tree | 138629b4b003141fbb5c6cb8fcf8cee3272664c2 /components/script/dom/gpuconvert.rs | |
parent | c4f8599404e52da58e9e4e8f8aef3e7efa4996c9 (diff) | |
download | servo-168d43f24a18184afadc6aa8646537289c85860a.tar.gz servo-168d43f24a18184afadc6aa8646537289c85860a.zip |
webgpu: Refactor webgpu crate (#32255)
* wgpu(_core) -> wgc
* Refactor webgpu crate
split lib.rs into multiple modules
Diffstat (limited to 'components/script/dom/gpuconvert.rs')
-rw-r--r-- | components/script/dom/gpuconvert.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpuconvert.rs b/components/script/dom/gpuconvert.rs index 82b6b1dc2f0..bdfa9b8dd35 100644 --- a/components/script/dom/gpuconvert.rs +++ b/components/script/dom/gpuconvert.rs @@ -4,7 +4,7 @@ use std::borrow::Cow; -use webgpu::wgpu::command as wgpu_com; +use webgpu::wgc::command as wgpu_com; use webgpu::wgt; use crate::dom::bindings::codegen::Bindings::WebGPUBinding::{ |