Modularize + Refactoring code
This commit is contained in:
parent
813280350f
commit
00ab67b212
23 changed files with 2001 additions and 87 deletions
|
@ -7,8 +7,6 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
vulkano = "0.19"
|
||||
vulkano-shaders = "0.19"
|
||||
image = "0.23"
|
||||
vulkano-win = "0.19"
|
||||
winit = "0.23"
|
||||
engine_utils = { path = "engine_utils" }
|
||||
engine_math = { path = "engine_math" }
|
||||
engine_core = { path = "engine_core" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue