Skip to content

Commit

Permalink
fixup! move(hal,dx11,dx12): use local path dep. for d3d12
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Oct 26, 2023
1 parent b3a4ed6 commit 22d01e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ gpu-allocator = { version = "0.23", default_features = false, features = [
"d3d12",
"public-winapi",
] }
d3d12 = { path = "./d3d12/" }
d3d12 = { version = "0.7.0", path = "./d3d12/" }
range-alloc = "0.1"
winapi = "0.3"
hassle-rs = "0.10.0"
Expand Down

0 comments on commit 22d01e4

Please sign in to comment.