aboutsummaryrefslogtreecommitdiff
path: root/stockton-skeleton/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stockton-skeleton/src/lib.rs')
-rw-r--r--stockton-skeleton/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/stockton-skeleton/src/lib.rs b/stockton-skeleton/src/lib.rs
index 3212873..785fb30 100644
--- a/stockton-skeleton/src/lib.rs
+++ b/stockton-skeleton/src/lib.rs
@@ -11,6 +11,7 @@ pub mod builders;
pub mod context;
pub mod draw_passes;
pub mod error;
+pub mod mem;
pub mod queue_negotiator;
mod target;
pub mod texture;