-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvcpkg.json
67 lines (67 loc) · 1.55 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "assfonts",
"version": "0.7.1",
"dependencies": [
{
"name": "harfbuzz",
"features": [
"experimental-api"
]
},
"freetype",
"nlohmann-json",
"libiconv",
"fmt",
"cli11",
"ghc-filesystem",
"pcre2",
"string-view-lite",
{
"name": "qtbase",
"default-features": false,
"features": [
"concurrent",
{
"name": "dbus",
"platform": "linux"
},
"default-features",
"doubleconversion",
"freetype",
"gui",
"harfbuzz",
"jpeg",
{
"name": "opengl",
"platform": "!ios"
},
"pcre2",
"png",
"thread",
"widgets",
"zstd"
]
},
{
"name": "qtwayland",
"platform": "linux",
"host": true
},
{
"name": "qtwayland",
"platform": "linux",
"host": false
},
{
"name": "cpp-httplib",
"features": [
"openssl"
]
},
{
"name": "ecm",
"platform": "linux"
}
]
}