update deps
1 files changed, 2 insertions(+), 2 deletions(-) M Cargo.toml
M Cargo.toml +2 -2
@@ 24,11 24,11 @@ rspirv = "0.5" # Version must match rspirv spirv_headers = "1.3" fnv = "1" -structopt = "0.2" +structopt = "0.3" [dev-dependencies] assert_matches = "1" -rendy = {version = "0.3", features = ["vulkan"]} +rendy = {version = "0.5", features = ["vulkan"]} lazy_static = "1" failure = "0.1"