mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 20:59:01 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
43 lines
811 B
JSON
43 lines
811 B
JSON
{
|
|
"name": "proj4",
|
|
"version-string": "7.2.0",
|
|
"description": "PROJ.4 library for cartographic projections",
|
|
"homepage": "https://github.com/OSGeo/PROJ",
|
|
"dependencies": [
|
|
{
|
|
"name": "sqlite3",
|
|
"default-features": false
|
|
}
|
|
],
|
|
"default-features": [
|
|
"database",
|
|
"tiff"
|
|
],
|
|
"features": {
|
|
"database": {
|
|
"description": "generate database",
|
|
"dependencies": [
|
|
{
|
|
"name": "sqlite3",
|
|
"features": [
|
|
"tool"
|
|
],
|
|
"platform": "!uwp & !arm"
|
|
}
|
|
]
|
|
},
|
|
"tiff": {
|
|
"description": "Enable TIFF support to read some grids",
|
|
"dependencies": [
|
|
"tiff"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "generate tools",
|
|
"dependencies": [
|
|
"curl"
|
|
]
|
|
}
|
|
}
|
|
}
|