mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:09:00 +08:00
cdb77f1b5c
* alembic update to 1.8.5 * update version * fix line break * update version * fix line break * update version * delete debug patch * update version * fix line break * update version
27 lines
591 B
JSON
27 lines
591 B
JSON
{
|
|
"name": "alembic",
|
|
"version": "1.8.5",
|
|
"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 & x86) & !uwp",
|
|
"dependencies": [
|
|
"imath",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"hdf5": {
|
|
"description": "Build with HDF5 support",
|
|
"dependencies": [
|
|
"hdf5"
|
|
]
|
|
}
|
|
}
|
|
}
|