diff options
Diffstat (limited to 'vcpkg/ports/imath/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/imath/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/imath/vcpkg.json b/vcpkg/ports/imath/vcpkg.json new file mode 100644 index 0000000..1f1623e --- /dev/null +++ b/vcpkg/ports/imath/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "imath", + "version": "3.2.2", + "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 + } + ] +} |