A spritesheet generator library using the piston's texture_packer
,
this lib provides the packed image and a json with all information following
the codeandweb's Texture Packer
basic format.
To test the sample code, run the code below from the project directory. ```bash
cargo run --example generate-test ```