Update project

This commit is contained in:
Werner
2021-11-08 12:17:40 -03:00
parent c5dbf96177
commit 15e8989bef
30 changed files with 873 additions and 851 deletions

@ -7,22 +7,18 @@ license = "MIT"
edition = "2021"
publish = false
default-run = "Renderer"
[lib]
name = "Renderer"
name = "Graphics"
crate-type = ["rlib"]
path = "Source/lib.rs"
[[bin]]
name = "Renderer"
path = "Source/Main.rs"
doc = false
[[example]]
name = "Cubes"
path = "Examples/Cubes.rs"
[[bin]]
name = "Rainbow"
path = "Source/Rainbow.rs"
doc = false
[[example]]
name = "Triangle"
path = "Examples/Triangle.rs"
[dependencies]
anyhow = "1.0"