sapp 0.1.0

Core library for Sapp. Sapp is a simple sprite sheet preprocessor that allows mirroring and copying tiles based on a configuration file.
Documentation
1
2
3
4
5
6
7
pub mod atlas;
pub mod attributes;
pub mod image;
pub mod prelude;
pub mod tile;
pub mod error;
pub mod cli;