diff options
| author | Micha White <botahamec@outlook.com> | 2023-02-05 10:28:43 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-02-05 10:28:43 -0500 |
| commit | 4b789a715cf7b42f5ae282b8218976fd577664be (patch) | |
| tree | 91b17110d2928f56e146e3308cbdd944bbaf5c69 /alligator_render/src/lib.rs | |
| parent | 9fd7d6689d5d90679e4b0c12e463ef4e2f8bf515 (diff) | |
Move texture atlas out of alligator_resources
Diffstat (limited to 'alligator_render/src/lib.rs')
| -rw-r--r-- | alligator_render/src/lib.rs | 2 |
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; |
