mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-29 10:13:34 +00:00
[rs] Merge #404
404: wgpu update with RODS and memory fixes r=kvark a=kvark Includes https://github.com/gfx-rs/wgpu/pull/741, https://github.com/gfx-rs/wgpu/pull/745, and https://github.com/gfx-rs/wgpu/pull/746 Co-authored-by: Dzmitry Malyshau <dmalyshau@mozilla.com>
This commit is contained in:
commit
5055ffd408
@ -22,14 +22,14 @@ vulkan = ["wgc/gfx-backend-vulkan"]
|
||||
package = "wgpu-core"
|
||||
version = "0.5"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "c7be94047d156a3bde88d03cd5c229bedb6efe62"
|
||||
rev = "6b3863af624741491f197ce504cc58586fe077b5"
|
||||
features = ["raw-window-handle"]
|
||||
|
||||
[dependencies.wgt]
|
||||
package = "wgpu-types"
|
||||
version = "0.5"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "c7be94047d156a3bde88d03cd5c229bedb6efe62"
|
||||
rev = "6b3863af624741491f197ce504cc58586fe077b5"
|
||||
|
||||
[dependencies]
|
||||
arrayvec = "0.5"
|
||||
|
Loading…
Reference in New Issue
Block a user