[package] name = "sapp" version = "0.1.0" authors = ["Lukas Krickl "] description = "Core library for Sapp. Sapp is a simple sprite sheet preprocessor that allows mirroring and copying tiles based on a configuration file." license = "MIT" homepage = "https://github.com/unlink2/sapp" readme = "../README.md" edition = "2021" [lib] name = "sapp" path = "src/lib.rs" [dependencies] image = "0.24.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0.30" clap = { version = "3.1.8", features = ["derive"] }