-
Notifications
You must be signed in to change notification settings - Fork 9
/
vcpkg.json
41 lines (41 loc) · 957 Bytes
/
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
{
"name": "merginmaps-input-sdk",
"version": "1.0.0",
"dependencies": [
{
"name": "sqlite3",
"default-features": false,
"features": [ "rtree", "json1", "fts3" ]
},
{
"name": "exiv2",
"features": ["xmp"]
},
{
"name": "proj",
"default-features": false,
"features": ["tiff"]
},
{
"name": "libspatialite",
"default-features": false,
"features": ["freexl"]
},
{
"name": "tiff",
"default-features": false,
"features": ["webp", "zip", "lzma", "jpeg", "zstd"]
},
{
"name": "kdab-openssl",
"platform": "android"
},
"geodiff",
"nu-book-zxing-cpp",
"gdal",
"qt6",
"qca-qt6",
"qtkeychain-qt6",
"qgis-qt6"
]
}