aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/draw/texture/mod.rs
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:23 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:23 +0100
commitc9fb3ae28fe491bc55243fb80d8c6be93f37ad99 (patch)
treec8d6519479d3b17f5bd657495c4d7fe2d2830a1a /stockton-render/src/draw/texture/mod.rs
parentc52a05e6d3977efce6bd4479aa312dc90e0452e5 (diff)
feat(render): ui working
Diffstat (limited to 'stockton-render/src/draw/texture/mod.rs')
-rw-r--r--stockton-render/src/draw/texture/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/stockton-render/src/draw/texture/mod.rs b/stockton-render/src/draw/texture/mod.rs
index 43c89d5..62b28c5 100644
--- a/stockton-render/src/draw/texture/mod.rs
+++ b/stockton-render/src/draw/texture/mod.rs
@@ -10,6 +10,7 @@ mod staging_buffer;
pub use self::block::TexturesBlock;
pub use self::image::LoadableImage;
+pub use self::load::TextureLoadConfig;
pub use self::loader::BlockRef;
pub use self::repo::TextureRepo;