Hi,
I am attempting ton compile a rust program using libxml2 crate that uses vcpkg::find_package function to check if lib sources are available in the system.
For now, using stable-x86_64-msvc rust toochain with vcpkg x64-windows triplet, all is working as expected.
The next step is trying to switch to the GNU world, using x86_64-pc-windows-gnu rust toolchain with vcpkg x64-mingw-dynamic triplet, but vcpkg::find_package fails.
Is there any planned work to make vcpkg-rs compatible with GNU mode ?
Thks for your work :).