vcpkg/ports/alembic/vcpkg.json
DanielDelaporus c8441af7e0
[alembic] Enable release only and debug only build on alembic port (#18963)
* [alembic] Enable release only and debug only build on alembic port

* Fix version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-07-27 15:50:29 -07:00

13 lines
370 B
JSON

{
"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"
]
}