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; mod entry;
pub mod prelude; pub mod prelude;
pub mod vk; pub mod vk;
pub mod allocator; mod allocator;
mod extensions; pub mod extensions;
pub mod version; pub mod version;
pub trait RawPtr<T>{ pub trait RawPtr<T>{