vcpkg/ports/imath/vcpkg.json
2021-11-16 10:26:33 -08:00

18 lines
412 B
JSON

{
"name": "imath",
"version": "3.1.3",
"port-version": 1,
"description": "Imath is a C++ and Python library of 2D and 3D vector, matrix, and math operations for computer graphics.",
"homepage": "https://github.com/AcademySoftwareFoundation/Imath",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}