Skip to content

Commit bfa0f50

Browse files
authored
Update ash-molten to use version 0.7 (#218)
The moltenvk-1.1.0 branch no longer exists
1 parent d28cba9 commit bfa0f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/runners/ash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ structopt = "0.3.20"
2020
winit = "0.23.0"
2121

2222
[target.'cfg(target_os = "macos")'.dependencies]
23-
ash-molten = { git = "https://github.com/EmbarkStudios/ash-molten", branch = "moltenvk-1.1.0" }
23+
ash-molten = "0.7"
2424

2525
[build-dependencies]
2626
spirv-builder = { path = "../../../crates/spirv-builder", default-features = false }

0 commit comments

Comments
 (0)