We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ec212 commit b003713Copy full SHA for b003713
wgpu-hal/Cargo.toml
@@ -260,6 +260,7 @@ glutin_wgl_sys = { workspace = true, optional = true }
260
261
### Platform: x86/x86_64 Windows ###
262
# This doesn't support aarch64. See https://github.com/gfx-rs/wgpu/issues/6860.
263
+# This doesn't support x86_64-pc-windows-gnu. See https://github.com/gfx-rs/wgpu/issues/8303
264
#
265
# ⚠️ Keep in sync with static_dxc cfg in build.rs and cfg_alias in `wgpu` crate ⚠️
266
[target.'cfg(all(windows, not(target_arch = "aarch64"), target_env = "msvc"))'.dependencies]
0 commit comments