rust-ppm 0.1.1

Small RGB image and plotting library for generating PPM graphics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"