diff options
Diffstat (limited to 'stockton-render/src/draw/mod.rs')
-rw-r--r-- | stockton-render/src/draw/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stockton-render/src/draw/mod.rs b/stockton-render/src/draw/mod.rs index af86b46..1151192 100644 --- a/stockton-render/src/draw/mod.rs +++ b/stockton-render/src/draw/mod.rs @@ -19,10 +19,10 @@ pub mod target; #[macro_use] mod macros; -mod context; mod buffer; -mod texture; mod camera; +mod context; +mod texture; pub use self::context::RenderingContext; pub use self::context::UVPoint; |