Add mod allocator to lib.rs
This commit is contained in:
parent
1c3f944fb1
commit
8c086a5945
|
@ -1,4 +1,3 @@
|
|||
#[macro_use]
|
||||
extern crate shared_library;
|
||||
|
||||
pub mod instance;
|
||||
|
@ -6,3 +5,4 @@ pub mod device;
|
|||
pub mod entry;
|
||||
pub mod prelude;
|
||||
pub mod vk;
|
||||
pub mod allocator;
|
||||
|
|
Loading…
Reference in a new issue