This PR adds support for the manifest mode of vcpkg as discussed in issue #41.
By default it will be checked if a vcpkg.json file exists. If the user does not explicitly state that they don't want to use manifest mode by settings VCPKGRS_IGNORE_MANIFEST_MODEvcpkg-rs will check for dependencies in $CARGO_MANIFEST_DIR/vcpkg_installed.
This PR adds support for the manifest mode of vcpkg as discussed in issue #41.
By default it will be checked if a
vcpkg.json
file exists. If the user does not explicitly state that they don't want to use manifest mode by settingsVCPKGRS_IGNORE_MANIFEST_MODE
vcpkg-rs
will check for dependencies in$CARGO_MANIFEST_DIR/vcpkg_installed
.