mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:25:33 +08:00
19 lines
401 B
JSON
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
|
|
}
|
|
]
|
|
}
|