vcpkg/ports/ezc3d/vcpkg.json
Kai Pastor 61efb16e6c
[ezc3d] Update and fix port (#23781)
* Update to ezc3d 1.4.7

* Revise portfile

* Update versions
2022-03-28 13:32:04 -07:00

18 lines
305 B
JSON

{
"name": "ezc3d",
"version": "1.4.7",
"description": "C3D reader/writer",
"homepage": "https://github.com/pyomeca/ezc3d",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}