From cd5f52b1546ac721a0db806b69effaaaf3514833 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Fri, 25 Oct 2024 16:58:28 -0400 Subject: [PATCH] docs(CHANGELOG): add `Major changes` item for `windows` ecosystem migration --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6e37f72..9a5601472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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