summaryrefslogtreecommitdiff
path: root/alligator_render/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'alligator_render/src/lib.rs')
-rw-r--r--alligator_render/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/alligator_render/src/lib.rs b/alligator_render/src/lib.rs
index 5e0aab6..0d76cc8 100644
--- a/alligator_render/src/lib.rs
+++ b/alligator_render/src/lib.rs
@@ -17,7 +17,5 @@ pub use instance::Instance;
pub(crate) use instance::InstanceBuffer;
pub use instance::InstanceId;
pub use renderer::Renderer;
-pub use texture::ImageFormat;
pub(crate) use texture::TextureAtlas;
-pub use texture::TextureId;
pub(crate) use vertex::Vertex;