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