diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index baa15b0bb1..f04d2df6ef 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -28,20 +28,20 @@ cross = ["wgc/cross"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.wgc] package = "wgpu-core" git = "https://github.com/gfx-rs/wgpu" -rev = "31f52202c5ba690ff122631070da11fdcbca574c" +rev = "eef478fc5d4de9c114084a4f8a7a3d434697fdba" features = ["raw-window-handle"] [target.'cfg(target_arch = "wasm32")'.dependencies.wgc] package = "wgpu-core" git = "https://github.com/gfx-rs/wgpu" -rev = "31f52202c5ba690ff122631070da11fdcbca574c" +rev = "eef478fc5d4de9c114084a4f8a7a3d434697fdba" features = ["raw-window-handle"] optional = true [dependencies.wgt] package = "wgpu-types" git = "https://github.com/gfx-rs/wgpu" -rev = "31f52202c5ba690ff122631070da11fdcbca574c" +rev = "eef478fc5d4de9c114084a4f8a7a3d434697fdba" [dependencies] arrayvec = "0.5"