can make a ppm

This commit is contained in:
Jon Janzen
2021-03-20 20:12:47 -06:00
parent 842c93568b
commit 1f33d87193
4 changed files with 52 additions and 7 deletions

View File

@@ -7,4 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
canvas = { path = "canvas" }
color = { path = "color" }
structs = { path = "structs" }