[package] name = "pixel8bit" version = "1.0.2" edition = "2021" authors = ["Marco Perini "] description = "A Rust library for applying 8-bit pixelation effects with symmetry detection and mirroring." license = "MIT" repository = "https://github.com/PeriniM/pixel8bit" keywords = ["image", "8-bit", "pixelation", "symmetry"] categories = ["graphics", "game-development"] [dependencies] image = "0.24"