[rs] Update wgpu with gpu-alloc fixes

This commit is contained in:
Dzmitry Malyshau 2020-11-24 09:56:09 -05:00
parent e578fce5cd
commit 0735ba6d28

View File

@ -26,14 +26,14 @@ vulkan-portability = ["wgc/gfx-backend-vulkan", "gfx-backend-vulkan"]
package = "wgpu-core" package = "wgpu-core"
#version = "0.6" #version = "0.6"
git = "https://github.com/gfx-rs/wgpu" git = "https://github.com/gfx-rs/wgpu"
rev = "385ee9fecfbe185b63d788b4007f131a6ef34cf0" rev = "549ea0022b7b8eb9168736ffdca05807c74aca6f"
features = ["raw-window-handle"] features = ["raw-window-handle"]
[dependencies.wgt] [dependencies.wgt]
package = "wgpu-types" package = "wgpu-types"
#version = "0.6" #version = "0.6"
git = "https://github.com/gfx-rs/wgpu" git = "https://github.com/gfx-rs/wgpu"
rev = "385ee9fecfbe185b63d788b4007f131a6ef34cf0" rev = "549ea0022b7b8eb9168736ffdca05807c74aca6f"
[dependencies] [dependencies]
arrayvec = "0.5" arrayvec = "0.5"