mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-26 08:44:08 +00:00
Re-export Pod from gfx-hal
This way, Pod can be used as a trait bound in wgpu-rs
This commit is contained in:
parent
f8df8d4032
commit
ccc0e65b03
@ -40,6 +40,7 @@ pub use self::instance::*;
|
||||
pub use self::pipeline::*;
|
||||
pub use self::resource::*;
|
||||
pub use self::swap_chain::*;
|
||||
pub use hal::memory::Pod as Pod;
|
||||
#[cfg(feature = "serde")]
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user