[package] name = "rusty-ppm" authors = ["Remi A. Godin"] version = "0.3.0" edition = "2021" description = "A simple PPM image reader and writer" repository = "https://github.com/Remi-Godin/rusty-ppm" homepage = "https://github.com/Remi-Godin/rusty-ppm" license = "MIT" readme = "README.md" keywords = [ "ppm", "renderer", "image", "read", "write" ] categories = [ "graphics", "multimedia::images" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cgmath = "0.18.0" simple-canvas = "0.1.0"