diff --git a/Cargo.lock b/Cargo.lock index e20f959f0214..4d4c23d497fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6353,7 +6353,7 @@ dependencies = [ [[package]] name = "wgpu-core" version = "0.15.0" -source = "git+https://github.com/gfx-rs/wgpu?rev=581b22e6a026ac92589be2f36a30357600f9d02c#581b22e6a026ac92589be2f36a30357600f9d02c" +source = "git+https://github.com/gfx-rs/wgpu?rev=b33731c44c9dd3bfb79d889e7a699c26c3929cd3#b33731c44c9dd3bfb79d889e7a699c26c3929cd3" 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=581b22e6a026ac92589be2f36a30357600f9d02c#581b22e6a026ac92589be2f36a30357600f9d02c" +source = "git+https://github.com/gfx-rs/wgpu?rev=b33731c44c9dd3bfb79d889e7a699c26c3929cd3#b33731c44c9dd3bfb79d889e7a699c26c3929cd3" 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=581b22e6a026ac92589be2f36a30357600f9d02c#581b22e6a026ac92589be2f36a30357600f9d02c" +source = "git+https://github.com/gfx-rs/wgpu?rev=b33731c44c9dd3bfb79d889e7a699c26c3929cd3#b33731c44c9dd3bfb79d889e7a699c26c3929cd3" dependencies = [ "bitflags", "js-sys", diff --git a/gfx/wgpu_bindings/Cargo.toml b/gfx/wgpu_bindings/Cargo.toml index e7fced51a828..83dfe42cd137 100644 --- 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 = "581b22e6a026ac92589be2f36a30357600f9d02c" +rev = "b33731c44c9dd3bfb79d889e7a699c26c3929cd3" #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 = "581b22e6a026ac92589be2f36a30357600f9d02c" +rev = "b33731c44c9dd3bfb79d889e7a699c26c3929cd3" 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 = "581b22e6a026ac92589be2f36a30357600f9d02c" +rev = "b33731c44c9dd3bfb79d889e7a699c26c3929cd3" 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 = "581b22e6a026ac92589be2f36a30357600f9d02c" +rev = "b33731c44c9dd3bfb79d889e7a699c26c3929cd3" features = ["vulkan"] [dependencies.wgt] package = "wgpu-types" git = "https://github.com/gfx-rs/wgpu" -rev = "581b22e6a026ac92589be2f36a30357600f9d02c" +rev = "b33731c44c9dd3bfb79d889e7a699c26c3929cd3" [dependencies.wgh] package = "wgpu-hal" git = "https://github.com/gfx-rs/wgpu" -rev = "581b22e6a026ac92589be2f36a30357600f9d02c" +rev = "b33731c44c9dd3bfb79d889e7a699c26c3929cd3" [dependencies] bincode = "1" diff --git a/gfx/wgpu_bindings/moz.yaml b/gfx/wgpu_bindings/moz.yaml index 757665dd85f8..7d5dd7cf50ba 100644 --- 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: commit 581b22e6a026ac92589be2f36a30357600f9d02c + release: commit b33731c44c9dd3bfb79d889e7a699c26c3929cd3 # Revision to pull in # Must be a long or short commit SHA (long preferred) - revision: 581b22e6a026ac92589be2f36a30357600f9d02c + revision: b33731c44c9dd3bfb79d889e7a699c26c3929cd3 license: ['MIT', 'Apache-2.0']