Update gfx with fixed Metal cross feature

This commit is contained in:
Dzmitry Malyshau 2021-04-05 00:48:17 -04:00
parent 31f52202c5
commit 2e9d9d8267
2 changed files with 19 additions and 19 deletions

18
Cargo.lock generated
View File

@ -465,7 +465,7 @@ dependencies = [
[[package]]
name = "gfx-auxil"
version = "0.8.0"
source = "git+https://github.com/gfx-rs/gfx?rev=99e75efbe6ca95c2ad3eecf49cfb8474a17050df#99e75efbe6ca95c2ad3eecf49cfb8474a17050df"
source = "git+https://github.com/gfx-rs/gfx?rev=2a93d52661aafcbd6441ea83e739c8ced906cd21#2a93d52661aafcbd6441ea83e739c8ced906cd21"
dependencies = [
"fxhash",
"gfx-hal",
@ -475,7 +475,7 @@ dependencies = [
[[package]]
name = "gfx-backend-dx11"
version = "0.7.0"
source = "git+https://github.com/gfx-rs/gfx?rev=99e75efbe6ca95c2ad3eecf49cfb8474a17050df#99e75efbe6ca95c2ad3eecf49cfb8474a17050df"
source = "git+https://github.com/gfx-rs/gfx?rev=2a93d52661aafcbd6441ea83e739c8ced906cd21#2a93d52661aafcbd6441ea83e739c8ced906cd21"
dependencies = [
"arrayvec",
"bitflags",
@ -496,7 +496,7 @@ dependencies = [
[[package]]
name = "gfx-backend-dx12"
version = "0.7.0"
source = "git+https://github.com/gfx-rs/gfx?rev=99e75efbe6ca95c2ad3eecf49cfb8474a17050df#99e75efbe6ca95c2ad3eecf49cfb8474a17050df"
source = "git+https://github.com/gfx-rs/gfx?rev=2a93d52661aafcbd6441ea83e739c8ced906cd21#2a93d52661aafcbd6441ea83e739c8ced906cd21"
dependencies = [
"arrayvec",
"bit-set",
@ -517,7 +517,7 @@ dependencies = [
[[package]]
name = "gfx-backend-empty"
version = "0.7.0"
source = "git+https://github.com/gfx-rs/gfx?rev=99e75efbe6ca95c2ad3eecf49cfb8474a17050df#99e75efbe6ca95c2ad3eecf49cfb8474a17050df"
source = "git+https://github.com/gfx-rs/gfx?rev=2a93d52661aafcbd6441ea83e739c8ced906cd21#2a93d52661aafcbd6441ea83e739c8ced906cd21"
dependencies = [
"gfx-hal",
"log",
@ -527,7 +527,7 @@ dependencies = [
[[package]]
name = "gfx-backend-gl"
version = "0.7.0"
source = "git+https://github.com/gfx-rs/gfx?rev=99e75efbe6ca95c2ad3eecf49cfb8474a17050df#99e75efbe6ca95c2ad3eecf49cfb8474a17050df"
source = "git+https://github.com/gfx-rs/gfx?rev=2a93d52661aafcbd6441ea83e739c8ced906cd21#2a93d52661aafcbd6441ea83e739c8ced906cd21"
dependencies = [
"arrayvec",
"bitflags",
@ -550,7 +550,7 @@ dependencies = [
[[package]]
name = "gfx-backend-metal"
version = "0.7.0"
source = "git+https://github.com/gfx-rs/gfx?rev=99e75efbe6ca95c2ad3eecf49cfb8474a17050df#99e75efbe6ca95c2ad3eecf49cfb8474a17050df"
source = "git+https://github.com/gfx-rs/gfx?rev=2a93d52661aafcbd6441ea83e739c8ced906cd21#2a93d52661aafcbd6441ea83e739c8ced906cd21"
dependencies = [
"arrayvec",
"bitflags",
@ -575,7 +575,7 @@ dependencies = [
[[package]]
name = "gfx-backend-vulkan"
version = "0.7.0"
source = "git+https://github.com/gfx-rs/gfx?rev=99e75efbe6ca95c2ad3eecf49cfb8474a17050df#99e75efbe6ca95c2ad3eecf49cfb8474a17050df"
source = "git+https://github.com/gfx-rs/gfx?rev=2a93d52661aafcbd6441ea83e739c8ced906cd21#2a93d52661aafcbd6441ea83e739c8ced906cd21"
dependencies = [
"arrayvec",
"ash",
@ -595,7 +595,7 @@ dependencies = [
[[package]]
name = "gfx-hal"
version = "0.7.0"
source = "git+https://github.com/gfx-rs/gfx?rev=99e75efbe6ca95c2ad3eecf49cfb8474a17050df#99e75efbe6ca95c2ad3eecf49cfb8474a17050df"
source = "git+https://github.com/gfx-rs/gfx?rev=2a93d52661aafcbd6441ea83e739c8ced906cd21#2a93d52661aafcbd6441ea83e739c8ced906cd21"
dependencies = [
"bitflags",
"naga",
@ -1171,7 +1171,7 @@ dependencies = [
[[package]]
name = "range-alloc"
version = "0.1.2"
source = "git+https://github.com/gfx-rs/gfx?rev=99e75efbe6ca95c2ad3eecf49cfb8474a17050df#99e75efbe6ca95c2ad3eecf49cfb8474a17050df"
source = "git+https://github.com/gfx-rs/gfx?rev=2a93d52661aafcbd6441ea83e739c8ced906cd21#2a93d52661aafcbd6441ea83e739c8ced906cd21"
[[package]]
name = "raw-window-handle"

View File

@ -40,24 +40,24 @@ thiserror = "1"
gpu-alloc = { git = "https://github.com/zakarumych/gpu-alloc.git", rev = "560ad651aa8f7aefcee8f5bcf41e67a84561bcda" }
gpu-descriptor = { version = "0.1" }
hal = { package = "gfx-hal", git = "https://github.com/gfx-rs/gfx", rev = "99e75efbe6ca95c2ad3eecf49cfb8474a17050df" }
gfx-backend-empty = { git = "https://github.com/gfx-rs/gfx", rev = "99e75efbe6ca95c2ad3eecf49cfb8474a17050df" }
hal = { package = "gfx-hal", git = "https://github.com/gfx-rs/gfx", rev = "2a93d52661aafcbd6441ea83e739c8ced906cd21" }
gfx-backend-empty = { git = "https://github.com/gfx-rs/gfx", rev = "2a93d52661aafcbd6441ea83e739c8ced906cd21" }
[target.'cfg(all(not(target_arch = "wasm32"), all(unix, not(target_os = "ios"), not(target_os = "macos"))))'.dependencies]
gfx-backend-vulkan = { git = "https://github.com/gfx-rs/gfx", rev = "99e75efbe6ca95c2ad3eecf49cfb8474a17050df", features = ["naga"] }
gfx-backend-gl = { git = "https://github.com/gfx-rs/gfx", rev = "99e75efbe6ca95c2ad3eecf49cfb8474a17050df" }
gfx-backend-vulkan = { git = "https://github.com/gfx-rs/gfx", rev = "2a93d52661aafcbd6441ea83e739c8ced906cd21", features = ["naga"] }
gfx-backend-gl = { git = "https://github.com/gfx-rs/gfx", rev = "2a93d52661aafcbd6441ea83e739c8ced906cd21" }
[target.'cfg(all(not(target_arch = "wasm32"), any(target_os = "ios", target_os = "macos")))'.dependencies]
gfx-backend-metal = { git = "https://github.com/gfx-rs/gfx", rev = "99e75efbe6ca95c2ad3eecf49cfb8474a17050df" }
gfx-backend-vulkan = { git = "https://github.com/gfx-rs/gfx", rev = "99e75efbe6ca95c2ad3eecf49cfb8474a17050df", optional = true }
gfx-backend-metal = { git = "https://github.com/gfx-rs/gfx", rev = "2a93d52661aafcbd6441ea83e739c8ced906cd21" }
gfx-backend-vulkan = { git = "https://github.com/gfx-rs/gfx", rev = "2a93d52661aafcbd6441ea83e739c8ced906cd21", optional = true }
[target.'cfg(all(not(target_arch = "wasm32"), windows))'.dependencies]
gfx-backend-dx12 = { git = "https://github.com/gfx-rs/gfx", rev = "99e75efbe6ca95c2ad3eecf49cfb8474a17050df" }
gfx-backend-dx11 = { git = "https://github.com/gfx-rs/gfx", rev = "99e75efbe6ca95c2ad3eecf49cfb8474a17050df" }
gfx-backend-vulkan = { git = "https://github.com/gfx-rs/gfx", rev = "99e75efbe6ca95c2ad3eecf49cfb8474a17050df", features = ["naga"] }
gfx-backend-dx12 = { git = "https://github.com/gfx-rs/gfx", rev = "2a93d52661aafcbd6441ea83e739c8ced906cd21" }
gfx-backend-dx11 = { git = "https://github.com/gfx-rs/gfx", rev = "2a93d52661aafcbd6441ea83e739c8ced906cd21" }
gfx-backend-vulkan = { git = "https://github.com/gfx-rs/gfx", rev = "2a93d52661aafcbd6441ea83e739c8ced906cd21", features = ["naga"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
gfx-backend-gl = { git = "https://github.com/gfx-rs/gfx", rev = "99e75efbe6ca95c2ad3eecf49cfb8474a17050df" }
gfx-backend-gl = { git = "https://github.com/gfx-rs/gfx", rev = "2a93d52661aafcbd6441ea83e739c8ced906cd21" }
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"