mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 04:39:08 +08:00
a628065693
* [vtk-dicom] update to 0.8.14 * update version
31 lines
548 B
JSON
31 lines
548 B
JSON
{
|
|
"name": "vtk-dicom",
|
|
"version": "0.8.14",
|
|
"description": "DICOM for VTK",
|
|
"homepage": "https://github.com/dgobbi/vtk-dicom",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"gdcm": {
|
|
"description": "Use gdcm for decompressing DICOM files.",
|
|
"dependencies": [
|
|
"gdcm"
|
|
]
|
|
}
|
|
}
|
|
}
|