mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:59:07 +08:00
c8441af7e0
* [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>
13 lines
370 B
JSON
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"
|
|
]
|
|
}
|