2022-05-12 07:48:04 +08:00
|
|
|
{
|
|
|
|
"name": "materialx",
|
2024-10-08 03:05:34 +08:00
|
|
|
"version": "1.39.1",
|
2024-10-29 15:05:25 +08:00
|
|
|
"port-version": 1,
|
2022-05-12 07:48:04 +08:00
|
|
|
"description": "MaterialX is an open standard for the exchange of rich material and look-development content across applications and renderers.",
|
|
|
|
"homepage": "https://www.materialx.org/",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2024-01-24 03:56:29 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"glsl-generator": {
|
|
|
|
"description": "Build the GLSL shader generator back-end."
|
|
|
|
},
|
|
|
|
"mdl-generator": {
|
|
|
|
"description": "Build the MDL shader generator back-end."
|
|
|
|
},
|
|
|
|
"osl-generator": {
|
|
|
|
"description": "Build the OSL shader generator back-end."
|
|
|
|
},
|
|
|
|
"render": {
|
|
|
|
"description": "Build the MaterialX Render library."
|
|
|
|
}
|
|
|
|
}
|
2022-05-12 07:48:04 +08:00
|
|
|
}
|