Fix and module update

This commit is contained in:
2020-06-25 00:59:10 +02:00
parent ae8b82c84d
commit e755d3b1d8
4 changed files with 235 additions and 293 deletions

View File

@@ -5,16 +5,14 @@ authors = ["Till <asuro@posteo.de>"]
edition = "2018"
[dependencies]
vulkano-shaders = "0.13"
vulkano = "0.13"
vulkano-win = "0.13"
shade_runner = "0.1.2"
shaderc = "0.5.0"
cgmath = "0.17"
winit = "0.19"
image = "0.22.0"
serde = "1.0.97"
serde_derive = "1.0.97"
toml = "0.5.1"
gilrs = "0.7.1"
gltf = "0.13.0"
vulkano-shaders = "0.19.0"
vulkano = "0.19.0"
vulkano-win = "0.19.0"
cgmath = "0.17.0"
winit = "0.22.2"
image = "0.23.6"
serde = "1.0.114"
serde_derive = "1.0.114"
toml = "0.5.6"
gilrs = "0.7.4"
gltf = "0.15.2"