summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-10-12 12:42:49 -0400
committerMicha White <botahamec@outlook.com>2022-10-12 12:42:49 -0400
commitb15126ef266cc9e364e9fe155fd6941779249579 (patch)
tree1da9ef4e24b391ec86f5ad29545f789a63ed54fb /src/lib.rs
parent3c1822640f09d23c55a5e9a8fe4d131eb539d2f4 (diff)
Removed WgpuTextures
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 311f060..aefcb70 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -18,5 +18,5 @@ pub use instance::Instance;
pub(crate) use instance::InstanceBuffer;
pub use renderer::Renderer;
pub use texture::ImageFormat;
-pub(crate) use texture::WgpuTextures;
+pub(crate) use texture::TextureAtlas;
pub(crate) use vertex::Vertex;