mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix compilation with --no-default-features (#34678)
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
7ee0a7d765
commit
c3c3e5ed16
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ pub enum DeclarativeRefresh {
|
|||
},
|
||||
CreatedAfterLoad,
|
||||
}
|
||||
|
||||
#[cfg(feature = "webgpu")]
|
||||
pub(crate) type WebGPUContextsMap =
|
||||
Rc<RefCell<HashMapTracedValues<WebGPUContextId, WeakRef<GPUCanvasContext>>>>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue