From eb2d591d593d0f0cd736da5888248f12871036d2 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Sat, 16 Jan 2021 02:58:07 -0500 Subject: [PATCH] [rs] Update wgpu-core etc --- wgpu/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 33bc9e54cd..b9279c7a02 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 = "9dce0afa746d624533dd086985889a2439750628" +rev = "4f2d0bb8c87d9de284e2abf96e07dc159c310037" features = ["raw-window-handle"] [target.'cfg(target_arch = "wasm32")'.dependencies.wgc] package = "wgpu-core" git = "https://github.com/gfx-rs/wgpu" -rev = "9dce0afa746d624533dd086985889a2439750628" +rev = "4f2d0bb8c87d9de284e2abf96e07dc159c310037" features = ["raw-window-handle"] optional = true [dependencies.wgt] package = "wgpu-types" git = "https://github.com/gfx-rs/wgpu" -rev = "9dce0afa746d624533dd086985889a2439750628" +rev = "4f2d0bb8c87d9de284e2abf96e07dc159c310037" [dependencies] arrayvec = "0.5"