This commit is contained in:
Quaternions 2023-07-21 00:08:50 -07:00
parent 2ba0c6080e
commit 05b3f49ad2
2 changed files with 964 additions and 8 deletions

968
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -6,4 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cgmath = "0.18.0"
vulkano = "0.33.0"
vulkano-shaders = "0.33.0"
vulkano-win = "0.33.0"
winit = "0.28.6"