mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
Update ash-molten to use version 0.7 (#218)
The moltenvk-1.1.0 branch no longer exists
This commit is contained in:
parent
d28cba9d13
commit
bfa0f50f9b
@ -20,7 +20,7 @@ structopt = "0.3.20"
|
||||
winit = "0.23.0"
|
||||
|
||||
[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]
|
||||
spirv-builder = { path = "../../../crates/spirv-builder", default-features = false }
|
||||
|
Loading…
Reference in New Issue
Block a user