From b1e535d2b7f8d9296f5403b4a17f5735a8a1311e Mon Sep 17 00:00:00 2001 From: Imbris Date: Fri, 5 Feb 2021 22:02:48 -0500 Subject: [PATCH] [rs] Bump wgpu-core --- wgpu/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 007063783f..407ed5840c 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -26,20 +26,20 @@ webgl = ["wgc"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.wgc] package = "wgpu-core" git = "https://github.com/gfx-rs/wgpu" -rev = "7c7501cab72fd01b14def06b9d9bc63a8dd44b45" +rev = "3ebe198911b46cb77fcdc481f7d0daf9a962b82e" features = ["raw-window-handle"] [target.'cfg(target_arch = "wasm32")'.dependencies.wgc] package = "wgpu-core" git = "https://github.com/gfx-rs/wgpu" -rev = "7c7501cab72fd01b14def06b9d9bc63a8dd44b45" +rev = "3ebe198911b46cb77fcdc481f7d0daf9a962b82e" features = ["raw-window-handle"] optional = true [dependencies.wgt] package = "wgpu-types" git = "https://github.com/gfx-rs/wgpu" -rev = "7c7501cab72fd01b14def06b9d9bc63a8dd44b45" +rev = "3ebe198911b46cb77fcdc481f7d0daf9a962b82e" [dependencies] arrayvec = "0.5"