-
Notifications
You must be signed in to change notification settings - Fork 19
/
vcpkg.json
54 lines (54 loc) · 1.12 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/master/docs/vcpkg.schema.json",
"name": "papyrus-debug-server",
"version-semver": "3.5.3",
"port-version": 0,
"description": "Websocket based debug adapter protocol xSE plugin for live Papyrus debugging support.",
"homepage": "https://github.com/joelday/papyrus-lang",
"license": "MIT",
"supports": "windows & x64",
"dependencies": [
"nlohmann-json",
"champollion",
"eventpp",
"websocketpp",
"xbyak",
"cppdap"
],
"features": {
"skyrim": {
"description": "Add deps for Skyrim",
"dependencies": [
"commonlibsse-ng"
]
},
"fallout4": {
"description": "Add deps for Fallout 4",
"dependencies": [
"commonlibf4"
]
}
},
"overrides": [
{
"name": "nlohmann-json",
"version": "3.11.2"
},
{
"name": "eventpp",
"version": "0.1.2"
},
{
"name": "websocketpp",
"version": "0.8.2"
},
{
"name": "commonlibf4",
"version": "2024.5.4"
},
{
"name": "fmt",
"version": "10.2.1#2"
}
]
}