Re-export Pod from gfx-hal

This way, Pod can be used as a trait bound in wgpu-rs
This commit is contained in:
Paul Kernfeld 2019-06-23 19:10:03 -04:00
parent f8df8d4032
commit ccc0e65b03

View File

@ -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};