a2d 0.1.11

A 2D graphics library
1
2
3
4
5
6
7
8
mod batch;
mod map;
mod sheet;

pub use batch::SpriteBatch;
pub(crate) use map::SpriteMap;
pub use map::SpriteMapDimensions;
pub(crate) use sheet::SpriteSheet;