Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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
}
]
}