Skip to content

Commit

Permalink
update wgpu-core to v0.18.1 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveermalviya authored Nov 17, 2023
1 parent a004228 commit 118848f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
88 changes: 44 additions & 44 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,51 +33,51 @@ trace = ["wgc/trace"]
[dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "49b7ec97c164bac9ee877f45cdd806fbefecc5a4"
rev = "f22009ee7697a3278f2426e794ae10a469e4f4c3"
version = "0.18"
features = ["raw-window-handle"]

# We want the wgpu-core Metal backend on macOS and iOS.
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "49b7ec97c164bac9ee877f45cdd806fbefecc5a4"
rev = "f22009ee7697a3278f2426e794ae10a469e4f4c3"
version = "0.18"
features = ["metal"]

# We want the wgpu-core Direct3D backends and OpenGL (via WGL) on Windows.
[target.'cfg(windows)'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "49b7ec97c164bac9ee877f45cdd806fbefecc5a4"
rev = "f22009ee7697a3278f2426e794ae10a469e4f4c3"
version = "0.18"
features = ["dx11", "dx12", "gles"]

# We want the wgpu-core Vulkan backend on Unix (but not emscripten, macOS, iOS) and Windows.
[target.'cfg(any(windows, all(unix, not(target_os = "emscripten"), not(target_os = "ios"), not(target_os = "macos"))))'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "49b7ec97c164bac9ee877f45cdd806fbefecc5a4"
rev = "f22009ee7697a3278f2426e794ae10a469e4f4c3"
version = "0.18"
features = ["vulkan"]

# We want the wgpu-core GLES backend on Unix (but not macOS, iOS).
[target.'cfg(all(unix, not(target_os = "ios"), not(target_os = "macos")))'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "49b7ec97c164bac9ee877f45cdd806fbefecc5a4"
rev = "f22009ee7697a3278f2426e794ae10a469e4f4c3"
version = "0.18"
features = ["gles"]

[dependencies.wgt]
package = "wgpu-types"
git = "https://github.com/gfx-rs/wgpu"
rev = "49b7ec97c164bac9ee877f45cdd806fbefecc5a4"
rev = "f22009ee7697a3278f2426e794ae10a469e4f4c3"
version = "0.18"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "92e41b43e437146b5d946eb238de963be1168016"
git = "https://github.com/gfx-rs/wgpu"
rev = "f22009ee7697a3278f2426e794ae10a469e4f4c3"
version = "0.14"

[dependencies]
Expand Down

0 comments on commit 118848f

Please sign in to comment.