vcpkg/ports/materialx/vcpkg.json
MACHIZAUD Andréa 6a2c904768
[materialx] Add port MaterialX 1.38.4 (#24614)
* [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>
2022-05-11 16:48:04 -07:00

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
}
]
}