switch to wgpu

This commit is contained in:
2023-08-29 18:10:08 -07:00
parent 036c056de0
commit b99f1ef731
6 changed files with 544 additions and 4353 deletions

View File

@@ -6,8 +6,5 @@ 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"
wgpu = "0.17.0"
winit = "0.28.6"