Can create canvas

This commit is contained in:
Jon Janzen
2021-02-19 19:58:52 -07:00
parent 5232e69ec1
commit 1fc84c7d1f
4 changed files with 87 additions and 2 deletions

10
canvas/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "canvas"
version = "0.1.0"
authors = ["Jon Janzen <jonjanzen@me.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color = { path = "../color" }