-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvcpkg.json
70 lines (70 loc) · 1.17 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "krkr2",
"version-string": "1.4.0",
"dependencies": [
"boost-iostreams",
{
"name": "boost-locale",
"default-features": false
},
"boost-phoenix",
"boost-spirit",
{
"name": "breakpad",
"default-features": false
},
"cocos2dx",
"ffmpeg",
"fmt",
"jxrlib",
"libarchive",
"libbpg",
"libgdiplus",
"libjpeg-turbo",
"libogg",
{
"name": "libpng",
"platform": "!linux"
},
"libvorbis",
"lz4",
"oboe",
"oniguruma",
"openal-soft",
{
"name": "opencv4",
"default-features": false,
"features": [
"freetype",
"jpeg",
"openmp"
]
},
{
"name":"opus",
"platform": "android"
},
{
"name": "opusfile",
"default-features": false
},
"p7zip",
{
"name": "sdl2",
"default-features": false
},
"spdlog",
"unrar",
{
"name": "vcpkg-cmake",
"host": true
}
],
"overrides": [
{
"name": "opencv4",
"version": "4.7.0#6"
}
]
}