[package] name = "image-wrapper" version = "0.1.0" edition = "2021" authors = ["Ray Britton "] description = "Simple wrapper library around Image for use with pixels-graphics-lib" license-file = "LICENSE" repository = "https://github.com/raybritton/image-wrapper" readme = "README.md" homepage = "https://github.com/raybritton/image-wrapper" keywords = ["graphics", "gamedev", "image", "simple"] categories = ["graphics", "game-development"] [dependencies] image = "0.23" serde_json = "1.0" pixels-graphics-lib = "0.1.0" serde = { version = "1.0", features = ["derive"] } thiserror = "1.0.30"