update vulkano to v0.20 (#6)

fixes compilation error see https://github.com/vulkano-rs/vulkano/issues/1464
This commit is contained in:
Simon Gündling
2021-01-06 16:04:23 +01:00
committed by GitHub
parent 382ee38e66
commit 83fb3f5516

View File

@@ -10,8 +10,8 @@ edition = "2018"
bincode = "1.3"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
vulkano = "0.19"
vulkano = "0.20"
log = "0.4"
env_logger = "0.8"
rand = "0.7"
signal-hook = "0.1"
signal-hook = "0.1"