Skip to content

Commit

Permalink
Merge gfx-rs#505
Browse files Browse the repository at this point in the history
505: Update wgpu to 7e8b51b r=kvark a=kvark

Includes gfx-rs/wgpu#876

Co-authored-by: Dzmitry Malyshau <dmalyshau@mozilla.com>
  • Loading branch information
bors[bot] and kvark authored Aug 13, 2020
2 parents 333aeb7 + a535ca4 commit b0e1f05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ vulkan-portability = ["wgc/gfx-backend-vulkan"]
package = "wgpu-core"
version = "0.5"
git = "https://github.com/gfx-rs/wgpu"
rev = "92aaa2bba6f2125a93525aabb404ec2952421696"
rev = "7e8b51b4286bd9452567eb1a56edb8e9b7c7f684"
features = ["raw-window-handle"]

[dependencies.wgt]
package = "wgpu-types"
version = "0.5"
git = "https://github.com/gfx-rs/wgpu"
rev = "92aaa2bba6f2125a93525aabb404ec2952421696"
rev = "7e8b51b4286bd9452567eb1a56edb8e9b7c7f684"

[dependencies]
arrayvec = "0.5"
Expand Down Expand Up @@ -64,7 +64,7 @@ ddsfile = "0.4.0"
package = "wgpu-subscriber"
version = "0.1"
git = "https://github.com/gfx-rs/wgpu"
rev = "92aaa2bba6f2125a93525aabb404ec2952421696"
rev = "7e8b51b4286bd9452567eb1a56edb8e9b7c7f684"

[[example]]
name="hello-compute"
Expand Down

0 comments on commit b0e1f05

Please sign in to comment.