mirror of
https://github.com/guilhermewerner/wgpu-renderer
synced 2025-06-22 00:14:38 +00:00
3d model loading
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user