-
Notifications
You must be signed in to change notification settings - Fork 2
/
vcpkg.json
29 lines (29 loc) · 802 Bytes
/
vcpkg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "locked-empty-container-activate-text-fix",
"version-semver": "1.0.0",
"dependencies": [
"commonlibsse-ng",
"simpleini"
],
"license": "GPL-3.0-or-later",
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "436a061a544c124200200517b9ee55c5bb1b7a26"
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/colorglass/vcpkg-colorglass",
"baseline": "6309841a1ce770409708a67a9ba5c26c537d2937",
"packages": [
"commonlibsse-ng",
"script-extender-common",
"skse"
]
}
]
}
}