completed rename. merged crates to features

This commit is contained in:
Jon Janzen
2021-06-13 09:53:38 -06:00
parent 90d3148335
commit 29bccd78fe
20 changed files with 7839 additions and 241 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "tuples"
name = "ray-tracer"
version = "0.1.0"
authors = ["Jon Janzen <jonjanzen@me.com>"]
edition = "2018"
@@ -7,7 +7,4 @@ 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" }
matrix = { path = "matrix" }
features = { path = "features" }