diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-02 13:49:47 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-02 13:49:47 -0400 |
| commit | 511d3873f5f567c97eecd69d186bb4f93f927d58 (patch) | |
| tree | b99779ade2b150d51d800b7275a0c310a7591439 /src/lib.rs | |
| parent | 39e36dd10cd7a335897e66e0f613d0191e7f9eba (diff) | |
Hacked in textures
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,4 +16,6 @@ pub(crate) use camera::Camera; pub use config::RenderWindowConfig; pub use instance::Instance; pub use renderer::Renderer; +pub use texture::ImageFormat; +pub(crate) use texture::TextureAtlases; pub(crate) use vertex::Vertex; |
