diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-05 11:00:01 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-05 11:00:01 -0400 |
| commit | ed5b952b313275e58102770e9dda29a7274c363c (patch) | |
| tree | e4212570a01d3cba217d0dd7bf0328f80c276cfb /src/lib.rs | |
| parent | 1169cf72ec435a495e1449bdf222bc0ccfd6f62a (diff) | |
Moved around some logic
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
