mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-16 04:01:47 +08:00
20baa6a5c2
* updates xtensor-io to 0.13.0 * Update ports/xtensor-io/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * update version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"name": "xtensor-io",
|
|
"version": "0.13.0",
|
|
"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"
|
|
]
|
|
}
|