mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:39:07 +08:00
277e9a7f46
* [glew/openvdb/xtensor-io] Update to latest release version * [glew] Update patch * [xtensor-io] Update version
19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"name": "xtensor-io",
|
|
"version": "0.12.8",
|
|
"description": "xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5",
|
|
"homepage": "https://github.com/xtensor-stack/xtensor-io",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"xtensor",
|
|
"xtl"
|
|
]
|
|
}
|