vcpkg/ports/imath/vcpkg.json
すけや 34869a04eb
[Imath] Update Imath to v3.1.9 (#31944)
* Update Imath to v3.1.9.

* fix version database.
2023-07-10 10:00:31 -07:00

18 lines
420 B
JSON

{
"name": "imath",
"version": "3.1.9",
"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",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}