We had a bunch of `cfg!(windows)` and `cfg!(macos)` which should have been `cfg!(target_os = "windows")`. I wonder what the effects of this PR will be fore Windows 😬
wgpu