vcpkg/ports/libe57format/vcpkg.json
2023-02-27 11:50:12 -08:00

19 lines
390 B
JSON

{
"name": "libe57format",
"version": "3.0.0",
"description": "A library to provide read & write support for the E57 file format.",
"homepage": "https://github.com/asmaloney/libE57Format",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"xerces-c"
]
}