vulkano reeeeeeeeeeee

This commit is contained in:
2021-10-24 18:57:46 +02:00
parent 23e19bf9d0
commit 2834623ba7
12 changed files with 193 additions and 192 deletions

View File

@@ -6,20 +6,20 @@ edition = "2018"
default-run = "rust-engine"
[dependencies]
vulkano-shaders = "0.20"
vulkano = "0.20"
vulkano-win = "0.20"
cgmath = "0.17.0"
winit = "0.24"
image = "0.23.6"
serde = "1.0.114"
serde_json = "1.0.59"
serde_derive = "1.0.114"
toml = "0.5.6"
gilrs = "0.7.4"
gltf = "0.15.2"
vulkano-shaders = "0.26"
vulkano = "0.26"
vulkano-win = "0.26"
cgmath = "0.18.0"
winit = "0.25"
image = "0.23"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
toml = "0.5"
gilrs = "0.7"
gltf = "0.15"
glyph_brush = "0.7"
winapi = "0.3.9"
winapi = "0.3"
[profile.release]
debug = 1