aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/imath/vcpkg.json
blob: 1f1623ef51aa8e63303c221aa8bc669233214a68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
    }
  ]
}