Skip to content

Commit 5055ffd

Browse files
bors[bot]kvark
andauthored
[rs] Merge gfx-rs#404
404: wgpu update with RODS and memory fixes r=kvark a=kvark Includes gfx-rs#741, gfx-rs#745, and gfx-rs#746 Co-authored-by: Dzmitry Malyshau <[email protected]>
2 parents 60615d6 + 1aee746 commit 5055ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wgpu/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ vulkan = ["wgc/gfx-backend-vulkan"]
2222
package = "wgpu-core"
2323
version = "0.5"
2424
git = "https://github.com/gfx-rs/wgpu"
25-
rev = "c7be94047d156a3bde88d03cd5c229bedb6efe62"
25+
rev = "6b3863af624741491f197ce504cc58586fe077b5"
2626
features = ["raw-window-handle"]
2727

2828
[dependencies.wgt]
2929
package = "wgpu-types"
3030
version = "0.5"
3131
git = "https://github.com/gfx-rs/wgpu"
32-
rev = "c7be94047d156a3bde88d03cd5c229bedb6efe62"
32+
rev = "6b3863af624741491f197ce504cc58586fe077b5"
3333

3434
[dependencies]
3535
arrayvec = "0.5"

0 commit comments

Comments
 (0)