Skip to content

Commit

Permalink
docs(CHANGELOG): add Major changes item for windows ecosystem mig…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
ErichDonGubler committed Oct 29, 2024
1 parent b519d5a commit 01dbabe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ so most code should still work the same.

By @bradwerth in [#6216](https://github.com/gfx-rs/wgpu/pull/6216).

#### WGPU's DX12 backend is now based on the `windows` crate ecosystem, instead of the `d3d12` crate

WGPU has retired the `d3d12` crate (based on `winapi`), and now uses the `windows` crate for interfacing with Windows. For many, this may not be a change that affects day-to-day work. However, for users who need to vet their dependencies, or who may vendor in dependencies, this may be a nontrivial migration.

By @MarijnS95 in [#6006](https://github.com/gfx-rs/wgpu/pull/6006).

### New Features

#### Naga
Expand Down

0 comments on commit 01dbabe

Please sign in to comment.