Hey guys, because I had some linker issues with iced GUI library,
I ran this: rustup default stable-x86_64-pc-windows-gnu
And when I tried to build it again I am getting this:
warning: cc1plus.exe: sorry, unimplemented: 64-bit mode not compiled in
warning: cc1plus.exe: sorry, unimplemented: 64-bit mode not compiled in
error: failed to run custom build command for `spirv_cross v0.23.1`
It might have to do with you using the windows-gnu target. I think you don't normally want to use that on Windows, or like you need mingw installed or something like that. Does it work with the x86_64-pc-windows-msvc target?
Like trying to run rustup default x86_64-pc-windows-msvc and then building.