mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1816480 - Update wgpu to revision 581b22e6a026ac92589be2f36a30357600f9d02c. r=webgpu-reviewers,jimb
Differential Revision: https://phabricator.services.mozilla.com/D169826
This commit is contained in:
parent
56b7ce8ff1
commit
65e3f711d5
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -6353,7 +6353,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "wgpu-core"
|
||||
version = "0.15.0"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=41de797c745d317e93b9cf50e7446faff7f65954#41de797c745d317e93b9cf50e7446faff7f65954"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=581b22e6a026ac92589be2f36a30357600f9d02c#581b22e6a026ac92589be2f36a30357600f9d02c"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"bit-vec",
|
||||
@ -6376,7 +6376,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "wgpu-hal"
|
||||
version = "0.15.1"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=41de797c745d317e93b9cf50e7446faff7f65954#41de797c745d317e93b9cf50e7446faff7f65954"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=581b22e6a026ac92589be2f36a30357600f9d02c#581b22e6a026ac92589be2f36a30357600f9d02c"
|
||||
dependencies = [
|
||||
"android_system_properties",
|
||||
"arrayvec",
|
||||
@ -6414,7 +6414,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "wgpu-types"
|
||||
version = "0.15.0"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=41de797c745d317e93b9cf50e7446faff7f65954#41de797c745d317e93b9cf50e7446faff7f65954"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=581b22e6a026ac92589be2f36a30357600f9d02c#581b22e6a026ac92589be2f36a30357600f9d02c"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"js-sys",
|
||||
|
@ -17,7 +17,7 @@ default = []
|
||||
[dependencies.wgc]
|
||||
package = "wgpu-core"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "41de797c745d317e93b9cf50e7446faff7f65954"
|
||||
rev = "581b22e6a026ac92589be2f36a30357600f9d02c"
|
||||
#Note: "replay" shouldn't ideally be needed,
|
||||
# but it allows us to serialize everything across IPC.
|
||||
features = ["replay", "trace", "serial-pass", "strict_asserts", "wgsl", "renderdoc"]
|
||||
@ -27,32 +27,32 @@ features = ["replay", "trace", "serial-pass", "strict_asserts", "wgsl", "renderd
|
||||
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.wgc]
|
||||
package = "wgpu-core"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "41de797c745d317e93b9cf50e7446faff7f65954"
|
||||
rev = "581b22e6a026ac92589be2f36a30357600f9d02c"
|
||||
features = ["metal"]
|
||||
|
||||
# We want the wgpu-core Direct3D backends on Windows.
|
||||
[target.'cfg(windows)'.dependencies.wgc]
|
||||
package = "wgpu-core"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "41de797c745d317e93b9cf50e7446faff7f65954"
|
||||
rev = "581b22e6a026ac92589be2f36a30357600f9d02c"
|
||||
features = ["dx11", "dx12"]
|
||||
|
||||
# We want the wgpu-core Vulkan backend on Linux and Windows.
|
||||
[target.'cfg(any(windows, all(unix, not(any(target_os = "macos", target_os = "ios")))))'.dependencies.wgc]
|
||||
package = "wgpu-core"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "41de797c745d317e93b9cf50e7446faff7f65954"
|
||||
rev = "581b22e6a026ac92589be2f36a30357600f9d02c"
|
||||
features = ["vulkan"]
|
||||
|
||||
[dependencies.wgt]
|
||||
package = "wgpu-types"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "41de797c745d317e93b9cf50e7446faff7f65954"
|
||||
rev = "581b22e6a026ac92589be2f36a30357600f9d02c"
|
||||
|
||||
[dependencies.wgh]
|
||||
package = "wgpu-hal"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "41de797c745d317e93b9cf50e7446faff7f65954"
|
||||
rev = "581b22e6a026ac92589be2f36a30357600f9d02c"
|
||||
|
||||
[dependencies]
|
||||
bincode = "1"
|
||||
|
@ -20,11 +20,11 @@ origin:
|
||||
|
||||
# Human-readable identifier for this version/release
|
||||
# Generally "version NNN", "tag SSS", "bookmark SSS"
|
||||
release: commit 41de797c745d317e93b9cf50e7446faff7f65954
|
||||
release: commit 581b22e6a026ac92589be2f36a30357600f9d02c
|
||||
|
||||
# Revision to pull in
|
||||
# Must be a long or short commit SHA (long preferred)
|
||||
revision: 41de797c745d317e93b9cf50e7446faff7f65954
|
||||
revision: 581b22e6a026ac92589be2f36a30357600f9d02c
|
||||
|
||||
license: ['MIT', 'Apache-2.0']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user