2021-07-28 06:50:29 +08:00
{
"name" : "alembic" ,
2023-05-19 02:23:27 +08:00
"version" : "1.8.5" ,
2021-07-28 06:50:29 +08:00
"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/" ,
2021-11-05 06:32:49 +08:00
"supports" : "!(windows & x86) & !uwp" ,
2021-07-28 06:50:29 +08:00
"dependencies" : [
2021-11-05 06:32:49 +08:00
"imath" ,
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
] ,
"features" : {
"hdf5" : {
"description" : "Build with HDF5 support" ,
"dependencies" : [
"hdf5"
]
}
}
2021-07-28 06:50:29 +08:00
}