Properly hides the allocator api
This commit is contained in:
parent
bc89f4039f
commit
ddfa14a462
|
@ -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>{
|
||||
|
|
Loading…
Reference in a new issue