[package]
name = "rust-ppm"
version = "0.1.1"
edition = "2024"
description = "Small RGB image and plotting library for generating PPM graphics"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/qchen-fdii-cardc/rust-ppm"
homepage = "https://github.com/qchen-fdii-cardc/rust-ppm"
documentation = "https://docs.rs/rust-ppm"
keywords = ["ppm", "image", "plot", "graphics", "visualization"]
categories = ["graphics", "rendering", "visualization"]
[dependencies]
font8x8 = "0.3.1"