mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 19:19:00 +08:00
f1f7f13ca7
* Add new port imath 3.1.3 * Update CI baseline * Fix file name casing * Update git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com>
17 lines
391 B
JSON
17 lines
391 B
JSON
{
|
|
"name": "imath",
|
|
"version": "3.1.3",
|
|
"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
|
|
}
|
|
]
|
|
}
|