mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
update vulkano to v0.20 (#6)
fixes compilation error see https://github.com/vulkano-rs/vulkano/issues/1464
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user