vcpkg/ports/miniply/vcpkg.json
2023-04-24 18:27:45 -07:00

19 lines
401 B
JSON

{
"name": "miniply",
"version-date": "2022-09-15",
"port-version": 1,
"description": "A fast and easy-to-use PLY parsing library in a single c++11 header and cpp file",
"homepage": "https://github.com/vilya/miniply",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}