summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-10-05 11:00:01 -0400
committerMicha White <botahamec@outlook.com>2022-10-05 11:00:01 -0400
commited5b952b313275e58102770e9dda29a7274c363c (patch)
treee4212570a01d3cba217d0dd7bf0328f80c276cfb /src/lib.rs
parent1169cf72ec435a495e1449bdf222bc0ccfd6f62a (diff)
Moved around some logic
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 8a4e8cf..2fdc59a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -17,5 +17,5 @@ pub use config::RenderWindowConfig;
pub use instance::Instance;
pub use renderer::Renderer;
pub use texture::ImageFormat;
-pub(crate) use texture::TextureAtlases;
+pub(crate) use texture::WgpuTextures;
pub(crate) use vertex::Vertex;