mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:19:00 +08:00
42 lines
886 B
JSON
42 lines
886 B
JSON
|
{
|
||
|
"name": "mdl-sdk",
|
||
|
"version": "2021.1.2",
|
||
|
"description": "NVIDIA Material Definition Language SDK",
|
||
|
"homepage": "https://github.com/NVIDIA/MDL-SDK",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"supports": "!arm & !x86 & !(windows & static)",
|
||
|
"dependencies": [
|
||
|
"boost-algorithm",
|
||
|
"boost-any",
|
||
|
"boost-bind",
|
||
|
"boost-core",
|
||
|
"boost-function",
|
||
|
"boost-functional",
|
||
|
"boost-smart-ptr",
|
||
|
"boost-tokenizer",
|
||
|
"boost-unordered",
|
||
|
"boost-uuid",
|
||
|
"freeimage",
|
||
|
"opengl",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
],
|
||
|
"features": {
|
||
|
"dds": {
|
||
|
"description": "Build image plugin for DDS"
|
||
|
},
|
||
|
"freeimage": {
|
||
|
"description": "Build image plugin for various image formats using Freeimage",
|
||
|
"dependencies": [
|
||
|
"freeimage"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|