diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-12 12:42:49 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-12 12:42:49 -0400 |
| commit | b15126ef266cc9e364e9fe155fd6941779249579 (patch) | |
| tree | 1da9ef4e24b391ec86f5ad29545f789a63ed54fb /src/lib.rs | |
| parent | 3c1822640f09d23c55a5e9a8fe4d131eb539d2f4 (diff) | |
Removed WgpuTextures
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
