completed rename. merged crates to features
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user