Added color

This commit is contained in:
Jon Janzen
2021-02-13 17:09:47 -07:00
parent 06d08942f0
commit 5232e69ec1
3 changed files with 169 additions and 0 deletions

10
color/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "color"
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]
approx = "0.4"