Skip to content

Commit

Permalink
Fix d3d12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Jan 26, 2023
1 parent 71e7bb2 commit cf17230
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wgpu-hal"
version = "0.15.0"
version = "0.15.1"
authors = ["wgpu developers"]
edition = "2021"
description = "WebGPU hardware abstraction layer"
Expand Down Expand Up @@ -94,7 +94,7 @@ libloading = { version = "0.7", optional = true }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["profileapi", "libloaderapi", "windef", "winuser", "dcomp"] }
native = { package = "d3d12", version = "0.5.0", git = "https://github.com/gfx-rs/d3d12-rs", rev = "a990c93", features = ["libloading"], optional = true }
native = { package = "d3d12", version = "0.6.0", git = "https://github.com/gfx-rs/d3d12-rs", rev = "b940b1d71", features = ["libloading"], optional = true }

[target.'cfg(any(target_os="macos", target_os="ios"))'.dependencies]
mtl = { package = "metal", version = "0.24.0" }
Expand Down

0 comments on commit cf17230

Please sign in to comment.