Skip to content

Instantly share code, notes, and snippets.

@jimblandy
Created October 4, 2024 04:12
Show Gist options
  • Save jimblandy/9ea09e80b07702c8e581d6dab43ac658 to your computer and use it in GitHub Desktop.
Save jimblandy/9ea09e80b07702c8e581d6dab43ac658 to your computer and use it in GitHub Desktop.
diff --git a/gfx/wgpu_bindings/Cargo.toml b/gfx/wgpu_bindings/Cargo.toml
--- a/gfx/wgpu_bindings/Cargo.toml
+++ b/gfx/wgpu_bindings/Cargo.toml
@@ -17,7 +17,7 @@ default = []
[dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
-rev = "3fda684eb9e69c78b16312a3e927e3ea82e853d1"
+rev = "d3e09dd63ad54e2982ef744a6d74df468e232ff0"
# TODO: remove the replay feature on the next update containing https://github.com/gfx-rs/wgpu/pull/5182
features = ["serde", "replay", "trace", "strict_asserts", "wgsl", "api_log_info"]
@@ -26,32 +26,32 @@ features = ["serde", "replay", "trace",
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
-rev = "3fda684eb9e69c78b16312a3e927e3ea82e853d1"
+rev = "d3e09dd63ad54e2982ef744a6d74df468e232ff0"
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 = "3fda684eb9e69c78b16312a3e927e3ea82e853d1"
+rev = "d3e09dd63ad54e2982ef744a6d74df468e232ff0"
features = ["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 = "3fda684eb9e69c78b16312a3e927e3ea82e853d1"
+rev = "d3e09dd63ad54e2982ef744a6d74df468e232ff0"
features = ["vulkan"]
[dependencies.wgt]
package = "wgpu-types"
git = "https://github.com/gfx-rs/wgpu"
-rev = "3fda684eb9e69c78b16312a3e927e3ea82e853d1"
+rev = "d3e09dd63ad54e2982ef744a6d74df468e232ff0"
[dependencies.wgh]
package = "wgpu-hal"
git = "https://github.com/gfx-rs/wgpu"
-rev = "3fda684eb9e69c78b16312a3e927e3ea82e853d1"
+rev = "d3e09dd63ad54e2982ef744a6d74df468e232ff0"
features = ["oom_panic", "device_lost_panic", "internal_error_panic"]
[target.'cfg(windows)'.dependencies]
diff --git a/gfx/wgpu_bindings/moz.yaml b/gfx/wgpu_bindings/moz.yaml
--- a/gfx/wgpu_bindings/moz.yaml
+++ b/gfx/wgpu_bindings/moz.yaml
@@ -20,11 +20,11 @@ origin:
# Human-readable identifier for this version/release
# Generally "version NNN", "tag SSS", "bookmark SSS"
- release: 3fda684eb9e69c78b16312a3e927e3ea82e853d1 (2024-09-18T15:01:51Z).
+ release: d3e09dd63ad54e2982ef744a6d74df468e232ff0 (Thu Oct 3 10:13:08 2024 -0700).
# Revision to pull in
# Must be a long or short commit SHA (long preferred)
- revision: 3fda684eb9e69c78b16312a3e927e3ea82e853d1
+ revision: d3e09dd63ad54e2982ef744a6d74df468e232ff0
license: ['MIT', 'Apache-2.0']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment