mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Bump metal version
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user