mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Fix build
This commit is contained in:
parent
376aa73130
commit
551d944214
@ -2,9 +2,10 @@
|
||||
use std::marker::PhantomData;
|
||||
#[cfg(not(feature = "remote"))]
|
||||
use std::os::raw::c_void;
|
||||
|
||||
#[cfg(feature = "remote")]
|
||||
use parking_lot::{MappedMutexGuard, Mutex, MutexGuard};
|
||||
#[cfg(feature = "remote")]
|
||||
use std::sync::Arc;
|
||||
|
||||
#[cfg(feature = "remote")]
|
||||
use hal::backend::FastHashMap;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user