Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 574 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 574 Bytes

vcpkg-registry

vcpkg-registry for notixbit open-source libraries

Available ports

Usage

vcpkg-configuration.json

{
  "registries": [
    {
      "kind": "git",
      "repository": "https://github.com/notixbit/vcpkg-registry",
      "baseline": "c4f78a946944d1a51e89bde41cd61b0460eb6a60",
      "packages": []
    }
  ]
}

You can also limit the scope of packages ( ports ) that you want to fetch from our registry:

"packages": [ "ntbpp", "...<another-one>", "...<check ports/>"]