From 569a2be60d1dc90a660c1c96ffb3722942ada782 Mon Sep 17 00:00:00 2001 From: Rajesh Malviya Date: Mon, 22 Jan 2024 10:23:52 +0000 Subject: [PATCH] update wgpu-core to v0.19.1 (#355) --- Cargo.lock | 32 ++++++++++++++++---------------- Cargo.toml | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53149b7b..ef085246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,7 +214,7 @@ dependencies = [ [[package]] name = "d3d12" version = "0.19.0" -source = "git+https://github.com/gfx-rs/wgpu?rev=484457d95993b00b91905fae0e539a093423cc28#484457d95993b00b91905fae0e539a093423cc28" +source = "git+https://github.com/gfx-rs/wgpu?rev=b8a8ff6e44162a41b8d54184a88613794dd3d2e4#b8a8ff6e44162a41b8d54184a88613794dd3d2e4" dependencies = [ "bitflags 2.4.2", "libloading 0.8.1", @@ -514,7 +514,7 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "naga" version = "0.19.0" -source = "git+https://github.com/gfx-rs/wgpu?rev=484457d95993b00b91905fae0e539a093423cc28#484457d95993b00b91905fae0e539a093423cc28" +source = "git+https://github.com/gfx-rs/wgpu?rev=b8a8ff6e44162a41b8d54184a88613794dd3d2e4#b8a8ff6e44162a41b8d54184a88613794dd3d2e4" dependencies = [ "bit-set", "bitflags 2.4.2", @@ -649,9 +649,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.76" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" +checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" dependencies = [ "unicode-ident", ] @@ -694,9 +694,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.2" +version = "1.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" +checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" dependencies = [ "aho-corasick", "memchr", @@ -706,9 +706,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" +checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a" dependencies = [ "aho-corasick", "memchr", @@ -780,9 +780,9 @@ dependencies = [ [[package]] name = "shlex" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "slotmap" @@ -795,9 +795,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b187f0231d56fe41bfb12034819dd2bf336422a5866de41bc3fec4b2e3883e8" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "spirv" @@ -939,7 +939,7 @@ dependencies = [ [[package]] name = "wgpu-core" version = "0.19.0" -source = "git+https://github.com/gfx-rs/wgpu?rev=484457d95993b00b91905fae0e539a093423cc28#484457d95993b00b91905fae0e539a093423cc28" +source = "git+https://github.com/gfx-rs/wgpu?rev=b8a8ff6e44162a41b8d54184a88613794dd3d2e4#b8a8ff6e44162a41b8d54184a88613794dd3d2e4" dependencies = [ "arrayvec", "bit-vec", @@ -965,8 +965,8 @@ dependencies = [ [[package]] name = "wgpu-hal" -version = "0.19.0" -source = "git+https://github.com/gfx-rs/wgpu?rev=484457d95993b00b91905fae0e539a093423cc28#484457d95993b00b91905fae0e539a093423cc28" +version = "0.19.1" +source = "git+https://github.com/gfx-rs/wgpu?rev=b8a8ff6e44162a41b8d54184a88613794dd3d2e4#b8a8ff6e44162a41b8d54184a88613794dd3d2e4" dependencies = [ "android_system_properties", "arrayvec", @@ -1024,7 +1024,7 @@ dependencies = [ [[package]] name = "wgpu-types" version = "0.19.0" -source = "git+https://github.com/gfx-rs/wgpu?rev=484457d95993b00b91905fae0e539a093423cc28#484457d95993b00b91905fae0e539a093423cc28" +source = "git+https://github.com/gfx-rs/wgpu?rev=b8a8ff6e44162a41b8d54184a88613794dd3d2e4#b8a8ff6e44162a41b8d54184a88613794dd3d2e4" dependencies = [ "bitflags 2.4.2", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 441165df..2509ffde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,19 +21,19 @@ resolver = "2" [workspace.dependencies.wgc] package = "wgpu-core" git = "https://github.com/gfx-rs/wgpu" -rev = "484457d95993b00b91905fae0e539a093423cc28" +rev = "b8a8ff6e44162a41b8d54184a88613794dd3d2e4" version = "0.19" [workspace.dependencies.wgt] package = "wgpu-types" git = "https://github.com/gfx-rs/wgpu" -rev = "484457d95993b00b91905fae0e539a093423cc28" +rev = "b8a8ff6e44162a41b8d54184a88613794dd3d2e4" version = "0.19" [workspace.dependencies.naga] package = "naga" git = "https://github.com/gfx-rs/wgpu" -rev = "484457d95993b00b91905fae0e539a093423cc28" +rev = "b8a8ff6e44162a41b8d54184a88613794dd3d2e4" version = "0.19" [lib]