Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manifest mode #42

Closed
wants to merge 4 commits into from
Closed

Commits on Aug 13, 2021

  1. update .gitignore

    .DS_Store for Mac users
    .idea for IntelliJ users
    SwishSwushPow committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    05bb892 View commit details
    Browse the repository at this point in the history
  2. add env var VCPKGRS_MANIFEST_MODE

    if this var exists, vcpkg-rs will check for installed packages in the rust project dir
    SwishSwushPow committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    ccdf745 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Look for vcpkg.json to enable manifest mode

    optionally manifest mode can be disabled by setting `VCPKGRS_IGNORE_MANIFEST_MODE`
    SwishSwushPow committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    41e7714 View commit details
    Browse the repository at this point in the history
  2. Fixing code

    SwishSwushPow committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    8eab806 View commit details
    Browse the repository at this point in the history