Fix and module update
This commit is contained in:
24
Cargo.toml
24
Cargo.toml
@@ -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"
|
||||
Reference in New Issue
Block a user