mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 11:59:02 +08:00
44 lines
979 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|