1 2 3 4 5 6 7 8 9
//! テクスチャに関するモジュール mod image_manager; mod texture_atlas; pub use { image_manager::{ImageLoadInfo, ImageManager}, texture_atlas::{TextureAtlasPos, TextureUV}, };