Skip to content

Commit

Permalink
update wgpu-core to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveermalviya committed Jul 6, 2023
1 parent db09fc1 commit 97ed03a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,35 +30,35 @@ trace = ["wgc/trace"]
[dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "011a4e26d04f388ef40e3baee3f19a255b9b5148"
rev = "2dba493d1e96ca11c7affc23a1c202ef670b689a"
version = "0.16"
features = ["raw-window-handle", "gles"]

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "011a4e26d04f388ef40e3baee3f19a255b9b5148"
rev = "2dba493d1e96ca11c7affc23a1c202ef670b689a"
version = "0.16"
features = ["metal"]

[target.'cfg(windows)'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "011a4e26d04f388ef40e3baee3f19a255b9b5148"
rev = "2dba493d1e96ca11c7affc23a1c202ef670b689a"
version = "0.16"
features = ["dx11", "dx12"]

[target.'cfg(any(windows, all(unix, not(target_arch = "emscripten"), not(target_os = "ios"), not(target_os = "macos"))))'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "011a4e26d04f388ef40e3baee3f19a255b9b5148"
rev = "2dba493d1e96ca11c7affc23a1c202ef670b689a"
version = "0.16"
features = ["vulkan"]

[dependencies.wgt]
package = "wgpu-types"
git = "https://github.com/gfx-rs/wgpu"
rev = "011a4e26d04f388ef40e3baee3f19a255b9b5148"
rev = "2dba493d1e96ca11c7affc23a1c202ef670b689a"
version = "0.16"

[dependencies.naga]
Expand Down

0 comments on commit 97ed03a

Please sign in to comment.