mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-03 19:28:24 -05:00
19 lines
443 B
JSON
Executable File
19 lines
443 B
JSON
Executable File
{
|
|
"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
|
|
}
|
|
]
|
|
}
|