mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:09:01 +08:00
26680008b2
* Update imath to 3.1.5 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
420 B
JSON
18 lines
420 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|