Skip to content

Commit

Permalink
Bump metal version
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Oct 25, 2023
1 parent 92f4207 commit 493024e
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ winit = { version = "0.28.7", features = ["android-native-activity"] }

# Metal dependencies
block = "0.1"
metal = "0.25.0"
metal = "0.27.0"
objc = "0.2.5"
core-graphics-types = "0.1"

Expand Down
2 changes: 1 addition & 1 deletion wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ d3d12 = { version = "0.7", features = ["libloading"], optional = true }
# backend: Metal
block = { version = "0.1", optional = true }

metal = { git = "https://github.com/gfx-rs/metal-rs/", rev = "d24f1a4" } # More timer support via https://github.com/gfx-rs/metal-rs/pull/280
metal = "0.27.0"
objc = "0.2.5"
core-graphics-types = "0.1"

Expand Down

0 comments on commit 493024e

Please sign in to comment.