Hide allocation api because it is highly experimental
This commit is contained in:
parent
06050d411e
commit
aa79ab05d7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ mod entry;
|
||||||
pub mod prelude;
|
pub mod prelude;
|
||||||
pub mod vk;
|
pub mod vk;
|
||||||
pub mod allocator;
|
pub mod allocator;
|
||||||
pub mod extensions;
|
mod extensions;
|
||||||
pub mod version;
|
pub mod version;
|
||||||
|
|
||||||
pub trait RawPtr<T>{
|
pub trait RawPtr<T>{
|
||||||
|
|
Loading…
Add table
Reference in a new issue