vcpkg/ports/mdl-sdk/vcpkg.json
2024-10-29 02:00:51 -07:00

44 lines
979 B
JSON

{
"name": "mdl-sdk",
"version": "2024.0.4",
"description": "NVIDIA Material Definition Language SDK",
"homepage": "https://github.com/NVIDIA/MDL-SDK",
"license": "BSD-3-Clause",
"supports": "!x86 & !(windows & (staticcrt | arm | uwp)) & !(osx & arm) & !android",
"dependencies": [
"boost-algorithm",
"boost-core",
"boost-dynamic-bitset",
"boost-functional",
"boost-intrusive",
"boost-tokenizer",
"boost-unordered",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"dds": {
"description": "Build image plugin for DDS"
},
"openimageio": {
"description": "Build image plugin for various image formats using OpenImageIO",
"dependencies": [
{
"name": "openimageio",
"features": [
"gif",
"openjpeg",
"webp"
]
}
]
}
}
}