Add mod allocator to lib.rs

This commit is contained in:
maik klein 2016-12-23 10:52:58 +01:00
parent 1c3f944fb1
commit 8c086a5945

View file

@ -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;