forked from doodlum/skyrim-drs
-
Notifications
You must be signed in to change notification settings - Fork 19
/
vcpkg.json
28 lines (28 loc) · 865 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "commonlibsse-plugin",
"version-string": "1.0.0",
"port-version": 0,
"description": "SKSE plugin based on CommonLibSSE, for unified AE/SE/VR deployment.",
"homepage": "https://www.skyrimng.com",
"license": "Apache-2.0",
"features": {
"plugin": {
"description": "Build the SKSE plugin.",
"dependencies": [
"commonlibsse-ng",
"nlohmann-json",
"simpleini",
"magic-enum",
{
"name": "imgui",
"features": ["dx11-binding", "win32-binding"],
"version>=": "1.88"
}
]
}
},
"default-features": [
"plugin"
]
}