From 19811a235d8b6791e4a70a89c0cd21a928de6e95 Mon Sep 17 00:00:00 2001 From: Micha White Date: Thu, 6 Oct 2022 20:31:29 -0400 Subject: Moved camera logic --- src/texture.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/texture.rs') diff --git a/src/texture.rs b/src/texture.rs index 456f230..457fea8 100644 --- a/src/texture.rs +++ b/src/texture.rs @@ -62,6 +62,7 @@ impl From for TextureError { // TODO make this Debug // TODO make these resizable +// TODO this could probably be moved into WgpuTextures pub struct TextureAtlases<'a> { packer: MultiTexturePacker<'a, image::RgbaImage, TextureId>, images: Vec, -- cgit v1.2.3