rusty-ppm 0.3.0

A simple PPM image reader and writer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.cgmath]
version = "0.18.0"

[dependencies.simple-canvas]
version = "0.1.0"

[package]
authors = ["Remi A. Godin"]
categories = ["graphics", "multimedia::images"]
description = "A simple PPM image reader and writer"
edition = "2021"
homepage = "https://github.com/Remi-Godin/rusty-ppm"
keywords = ["ppm", "renderer", "image", "read", "write"]
license = "MIT"
name = "rusty-ppm"
readme = "README.md"
repository = "https://github.com/Remi-Godin/rusty-ppm"
version = "0.3.0"