aboutsummaryrefslogtreecommitdiff
path: root/ports/alembic/vcpkg.json
blob: ca8d213bae4a329ef9b791002bafc1e9dc33dab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "alembic",
  "version": "1.7.16",
  "port-version": 1,
  "description": "Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications.",
  "homepage": "https://alembic.io/",
  "supports": "windows & !arm & !uwp & !static",
  "dependencies": [
    "hdf5",
    "ilmbase"
  ]
}