[package] name = "snes-gfx" description = "A library for processing SNES-graphics data and nametables." version = "0.1.5" edition="2021" license = "MIT" keywords = ["snes", "graphics", "tile", "tilemap"] authors = ["Simon "] repository = "https://github.com/NibbleOfAnOctet/shadowresources/tree/main/libs/snes-gfx" [dependencies] byteorder="1.5.0" image ="0.25.2" [dev-dependencies] mockall = "0.13.0"