-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathvcpkg.json
More file actions
53 lines (53 loc) · 1.3 KB
/
vcpkg.json
File metadata and controls
53 lines (53 loc) · 1.3 KB
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
{
"name": "openrct2-dependencies",
"version-string": "11",
"description": "Dependencies for OpenRCT2",
"dependencies": [
"benchmark",
{
"name": "breakpad",
"platform": "windows & !arm"
},
"discord-rpc",
"freetype",
"fribidi",
"gtest",
{
"name": "icu",
"features": [ "tools" ],
"platform": "!windows"
},
"libflac",
"libogg",
"libpng",
"libvorbis",
{
"name": "libzip",
"default-features": false
},
"nlohmann-json",
"openal-soft",
{
"name": "libressl",
"platform": "!windows"
},
"quickjs-ng",
"sdl2",
"speexdsp",
"zlib",
"zstd"
],
"overrides": [
{
"name": "breakpad",
"version": "2022-07-12#5",
"$explanation": "https://github.com/OpenRCT2/OpenRCT2/issues/22003"
},
{
"name": "nlohmann-json",
"$explanation": "3.12.0 contains a major issue related to utf8 strings. Should be fixed when 3.12.1 releases",
"version": "3.11.3#1"
}
],
"builtin-baseline": "120deac3062162151622ca4860575a33844ba10b"
}