Properly hides the allocator api

This commit is contained in:
maik klein 2017-01-05 10:01:27 +01:00
parent bc89f4039f
commit ddfa14a462

View file

@ -10,8 +10,8 @@ mod device;
mod entry;
pub mod prelude;
pub mod vk;
pub mod allocator;
mod extensions;
mod allocator;
pub mod extensions;
pub mod version;
pub trait RawPtr<T>{