3d model loading

This commit is contained in:
Werner
2021-11-05 12:36:09 -03:00
parent 7792887fba
commit c5dbf96177
14 changed files with 746 additions and 577 deletions

@ -9,13 +9,20 @@ publish = false
default-run = "Renderer"
[lib]
name = "Renderer"
crate-type = ["rlib"]
path = "Source/lib.rs"
[[bin]]
name = "Renderer"
path = "Source/Main.rs"
doc = false
[[bin]]
name = "Rainbow"
path = "Source/Rainbow.rs"
doc = false
[dependencies]
anyhow = "1.0"
@ -25,5 +32,6 @@ env_logger = "0.9"
image = "0.23"
log = "0.4"
pollster = "0.2"
tobj = "3.0"
wgpu = "0.11"
winit = "0.25"