You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build using the stable-x86_64-pc-windows-gnu toolchain and I'm getting this error:
cargo:warning=nativefiledialog/src/nfd_win.cpp:118:24: error: 'sprintf_s' was not declared in this scope
Is this because nfd assumes you'll be building using MSVC and sprintf_s is Microsoft-specific? Building against stable-x86_64-pc-windows-msvc works fine.