mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
6a2c904768
* [materialx] Add port MaterialX 1.38.4 * Update ports/materialx/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Switch `version-semver` -> `version` * Bump port commit to avoid patch * Add quotes. Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
443 B
JSON
19 lines
443 B
JSON
{
|
|
"name": "materialx",
|
|
"version": "1.38.4",
|
|
"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
|
|
}
|
|
]
|
|
}
|