Update ash-molten to use version 0.7 (#218)

The moltenvk-1.1.0 branch no longer exists
This commit is contained in:
Ashley Hauck 2020-11-10 10:29:50 +01:00 committed by GitHub
parent d28cba9d13
commit bfa0f50f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ structopt = "0.3.20"
winit = "0.23.0" winit = "0.23.0"
[target.'cfg(target_os = "macos")'.dependencies] [target.'cfg(target_os = "macos")'.dependencies]
ash-molten = { git = "https://github.com/EmbarkStudios/ash-molten", branch = "moltenvk-1.1.0" } ash-molten = "0.7"
[build-dependencies] [build-dependencies]
spirv-builder = { path = "../../../crates/spirv-builder", default-features = false } spirv-builder = { path = "../../../crates/spirv-builder", default-features = false }