Skip to content

Fundament-Software/vcpkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fundament Software vcpkg Registry

This repository contains the vcpkg registry for Fundament Software projects and dependency overrides.

Use in Manifest Mode

To use this in manifest mode, create a file in the root of your project (next to vcpkg.json) called vcpkg-configuration.json. Add the following to that file:

{
  "registries": [
    {
      "kind": "git",
      "repository": "https://github.com/Fundament-Software/vcpkg",
      "baseline": "314c365dc6cdb4f415f2a4815fae1302f811ed2e",
      "packages": [ "capnproto", "feathergui", "innative", "llvm", "mimalloc", "scopes", "spirv-tools", "uvwasi" ]
    }
  ]
}

If you already have a vcpkg-configuration.json file you can add the registry definition to your existing registries list.

Use in Classic Mode

To use the registry in classic mode, simply place vcpkg-configuration.json in your vcpkg root directory rather than in a project's directory.

About

vcpkg registry for Fundament Software projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages