forked from Starfield-Reverse-Engineering/CommonLibSF
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvcpkg.json
More file actions
24 lines (24 loc) · 735 Bytes
/
vcpkg.json
File metadata and controls
24 lines (24 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "commonlibsf",
"version-string": "latest",
"description": "A collaborative reverse-engineered library for Starfield.",
"homepage": "https://github.com/Starfield-Reverse-Engineering/CommonLibSF",
"license": "GPL-3.0-or-later",
"builtin-baseline": "89dc8be6dbcf18482a5a1bf86a2f4615c939b0fb",
"dependencies": [
"spdlog"
],
"vcpkg-configuration": {
"registries": [
{
"kind": "git",
"baseline": "6e8f58e05235e344c71ecd10c12659342a932f74",
"repository": "https://github.com/ThirdEyeSqueegee/vcpkg-ports",
"packages": [
"spdlog"
]
}
]
}
}