Skip to content

Commit

Permalink
Bug 1818748 - Update wgpu to revision 73b4257b17cc62ecc8df6d6aa3730bd…
Browse files Browse the repository at this point in the history
…9c6cba4b9. r=webgpu-reviewers,jimb

Differential Revision: https://phabricator.services.mozilla.com/D170905
  • Loading branch information
Teodor Tanasoaia committed Mar 6, 2023
1 parent 1ed3828 commit ce1a2c4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions gfx/wgpu_bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default = []
[dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "74303308cd6030071889e865c40aa638214ed938"
rev = "73b4257b17cc62ecc8df6d6aa3730bd9c6cba4b9"
#Note: "replay" shouldn't ideally be needed,
# but it allows us to serialize everything across IPC.
features = ["replay", "trace", "serial-pass", "strict_asserts", "wgsl"]
Expand All @@ -27,32 +27,32 @@ features = ["replay", "trace", "serial-pass", "strict_asserts", "wgsl"]
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "74303308cd6030071889e865c40aa638214ed938"
rev = "73b4257b17cc62ecc8df6d6aa3730bd9c6cba4b9"
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 = "74303308cd6030071889e865c40aa638214ed938"
rev = "73b4257b17cc62ecc8df6d6aa3730bd9c6cba4b9"
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 = "74303308cd6030071889e865c40aa638214ed938"
rev = "73b4257b17cc62ecc8df6d6aa3730bd9c6cba4b9"
features = ["vulkan"]

[dependencies.wgt]
package = "wgpu-types"
git = "https://github.com/gfx-rs/wgpu"
rev = "74303308cd6030071889e865c40aa638214ed938"
rev = "73b4257b17cc62ecc8df6d6aa3730bd9c6cba4b9"

[dependencies.wgh]
package = "wgpu-hal"
git = "https://github.com/gfx-rs/wgpu"
rev = "74303308cd6030071889e865c40aa638214ed938"
rev = "73b4257b17cc62ecc8df6d6aa3730bd9c6cba4b9"

[dependencies]
bincode = "1"
Expand Down
4 changes: 2 additions & 2 deletions gfx/wgpu_bindings/moz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ origin:

# Human-readable identifier for this version/release
# Generally "version NNN", "tag SSS", "bookmark SSS"
release: commit 74303308cd6030071889e865c40aa638214ed938
release: commit 73b4257b17cc62ecc8df6d6aa3730bd9c6cba4b9

# Revision to pull in
# Must be a long or short commit SHA (long preferred)
revision: 74303308cd6030071889e865c40aa638214ed938
revision: 73b4257b17cc62ecc8df6d6aa3730bd9c6cba4b9

license: ['MIT', 'Apache-2.0']

Expand Down

0 comments on commit ce1a2c4

Please sign in to comment.