-
-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy pathvcpkg.json
More file actions
29 lines (29 loc) · 610 Bytes
/
vcpkg.json
File metadata and controls
29 lines (29 loc) · 610 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
{
"name": "catch2",
"version>=": "3.9.0"
},
{
"name": "libssh2",
"version>=": "1.11.0"
},
{
"name": "ms-gsl"
},
{
"name": "yaml-cpp"
},
"freetype",
"harfbuzz",
{
"name": "cairo",
"features": [
"freetype",
"fontconfig"
]
},
"pkgconf"
]
}