diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index d5cae0f802..63ffa4df27 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 = "2d0142a2e784ee46c7922ea759bb05128e8ba957" +rev = "ce4668a7ac6a2cd43e0081166f6d0b7c4b7c2cde" features = ["raw-window-handle", "cross"] [target.'cfg(target_arch = "wasm32")'.dependencies.wgc] package = "wgpu-core" git = "https://github.com/gfx-rs/wgpu" -rev = "2d0142a2e784ee46c7922ea759bb05128e8ba957" +rev = "ce4668a7ac6a2cd43e0081166f6d0b7c4b7c2cde" features = ["raw-window-handle", "cross"] optional = true [dependencies.wgt] package = "wgpu-types" git = "https://github.com/gfx-rs/wgpu" -rev = "2d0142a2e784ee46c7922ea759bb05128e8ba957" +rev = "ce4668a7ac6a2cd43e0081166f6d0b7c4b7c2cde" [dependencies] arrayvec = "0.5"