pineapple/externals/vcpkg/ports/imath/vcpkg.json
2022-07-23 03:01:36 +02:00

17 lines
420 B
JSON
Executable file

{
"name": "imath",
"version": "3.1.5",
"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
}
]
}