Bump metal version

This commit is contained in:
Connor Fitzgerald
2023-10-25 14:04:01 -04:00
parent 92f4207bc0
commit 493024ebce
3 changed files with 5 additions and 4 deletions

5
Cargo.lock generated
View File

@@ -1776,8 +1776,9 @@ dependencies = [
[[package]]
name = "metal"
version = "0.26.0"
source = "git+https://github.com/gfx-rs/metal-rs/?rev=d24f1a4#d24f1a4ae92470bf87a0c65ecfe78c9299835505"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25"
dependencies = [
"bitflags 2.4.1",
"block",

View File

@@ -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"

View File

@@ -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"