Navigation Menu

Skip to content

Commit

Permalink
Update ash-molten to released version
Browse files Browse the repository at this point in the history
  • Loading branch information
khyperia committed Jan 4, 2022
1 parent 22a5d3d commit 51919cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/runners/ash/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ use-compiled-tools = ["spirv-builder/use-compiled-tools"]
[dependencies]
ash = "0.35"
ash-window = "0.9"
winit = { version = "0.26" }
winit = "0.26"
structopt = "0.3.20"
cfg-if = "1.0.0"
shared = { path = "../../shaders/shared" }
Expand All @@ -26,4 +26,4 @@ spirv-builder = { path = "../../../crates/spirv-builder", default-features = fal
nix = "0.20.2"

[target.'cfg(target_os = "macos")'.dependencies]
ash-molten = { git = "https://github.com/EmbarkStudios/ash-molten", rev = "823fbb851a3e4c87df3d03a06505931ea837dbda", features = ["pre-built"] }
ash-molten = { version = "0.12.0", features = ["pre-built"] }

0 comments on commit 51919cc

Please sign in to comment.