gfx-rs / wgpu-native

Native WebGPU implementation based on wgpu-core
Apache License 2.0
885 stars 105 forks source link

Make it clear that windows builds use MSVC #404

Closed Lisible closed 3 months ago

Lisible commented 3 months ago

I spent some time dealing with linking issues with MSYS2 UCRT64 before realizing that the auto-generated binaries for Windows are built using MSVC.

This patch adds that detail to the release note so that no one else has to figure that out.