mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:19:07 +08:00
1f7f116718
* [pdal] Update to v2.5.3 * [pdal] Update baseline * [pdal-c] Update to v2.2.0 * [pdal-c] Update baseline * update usage * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"name": "pdal-c",
|
|
"version": "2.2.0",
|
|
"description": "C API for the Point Data Abstraction Library (PDAL)",
|
|
"homepage": "https://github.com/PDAL/CAPI#readme",
|
|
"supports": "!(windows & staticcrt)",
|
|
"dependencies": [
|
|
{
|
|
"name": "pdal",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|