[dependencies.image]
version = "0.25.8"
[dependencies.rand]
version = "0.9.2"
[lib]
name = "pixgrid"
path = "src/lib.rs"
[package]
authors = ["Jxtopher"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "parsing", "rendering"]
description = "The PixGrid library is designed to convert a simple, human-readable text file format, defining a pixel grid, into an image."
edition = "2021"
keywords = ["image-generation", "human-readable-image", "pixel-art", "grid", "renderer"]
license = "MIT OR Apache-2.0"
name = "pixgrid"
readme = "README.md"
repository = "https://github.com/Jxtopher/enum-toggles-rs"
version = "1.5.0"