yuzu/externals/vcpkg/ports/ptex/vcpkg.json

20 lines
368 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "ptex",
"version": "2.3.2",
"port-version": 4,
"description": "Per-Face Texture Mapping for Production Rendering.",
"homepage": "https://github.com/wdas/ptex",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}