Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

44 lines
977 B
JSON

{
"name": "mdl-sdk",
"version": "2024.1",
"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"
]
}
]
}
}
}