{
"default-registry": {
"kind": "git",
"repository": "https://github.com/Microsoft/vcpkg",
"baseline": "your-desired-baseline-commit"
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/Ryan-rsm-McKenzie/CommonLibSSE-NG",
"baseline": "specific-commit-hash",
"packages": ["commonlibsse-ng"]
}
]
}
=====================================================================================================================
{
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg.git",
"baseline": "cc288af760054fa489574bd8e22d05aa8fa01e5c"
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/colorglass/vcpkg-colorglass",
"baseline": "6fb127f7d425ae3cf3fab0f79005d907c885c0d8",
"packages": [
"commonlibsse-ng"
]
}
]
}
This second version is used bb Mrowpurr her youtube series Skyrim Scripting and seems to work. It reports to be version 3.6.0 through VCpkg list
There are other repo's which could be refcerenced but I am not sure just how much trouble they would be.