Skip to content

Commit

Permalink
Merge #126
Browse files Browse the repository at this point in the history
126: Update to latest wgpu-core and naga r=kvark a=almarklein

Another bump, mostly to include newer Naga with better error reporting and new storage class API. No additional changes required.

Co-authored-by: Almar Klein <almar@almarklein.org>
  • Loading branch information
bors[bot] and almarklein authored Aug 6, 2021
2 parents aaa5dcc + 18bb894 commit b10496e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ default = []
[dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "bbeb30a2c982ac9a7bdc6f7815d46eb311678b7a"
rev = "9310f264f1c3d70cd8665fc7e7e15d810577c3f5"
# path = "../wgpu/wgpu-core"
version = "0.9"
features = ["raw-window-handle", "trace"]

[dependencies.wgt]
package = "wgpu-types"
git = "https://github.com/gfx-rs/wgpu"
rev = "bbeb30a2c982ac9a7bdc6f7815d46eb311678b7a"
rev = "9310f264f1c3d70cd8665fc7e7e15d810577c3f5"
# path = "../wgpu/wgpu-types"
version = "0.9"

Expand All @@ -42,7 +42,7 @@ paste = "1.0"
log = "0.4"
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "a7ac13a"
rev = "300039e"
features = ["spv-in"]

# [target.'cfg(all(unix, not(target_os = "ios"), not(target_os = "macos")))'.dependencies]
Expand Down

0 comments on commit b10496e

Please sign in to comment.