mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 12:39:01 +08:00
14 lines
283 B
JSON
14 lines
283 B
JSON
|
{
|
||
|
"name": "gdcm",
|
||
|
"version-string": "3.0.7",
|
||
|
"port-version": 2,
|
||
|
"description": "Grassroots DICOM library",
|
||
|
"homepage": "https://github.com/malaterre/GDCM",
|
||
|
"supports": "!uwp & !(windows & (arm | arm64))",
|
||
|
"dependencies": [
|
||
|
"expat",
|
||
|
"openjpeg",
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|