master
Mark 2023-12-27 17:59:51 -08:00
parent 5a276459e9
commit 33962f18e9
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
1 changed files with 2 additions and 0 deletions

View File

@ -10,5 +10,7 @@ pub use gpustate::GPUState;
pub use sprite::{Sprite, Spriteable, SubSprite};
/// A handle to a sprite texture
/// TODO: This should be easy to copy,
/// but string references create unnecessary complexity
#[derive(Debug, Clone)]
pub struct SpriteTexture(pub String);