pineapple/externals/vcpkg/ports/ptex/vcpkg.json
2022-07-23 03:01:36 +02:00

19 lines
368 B
JSON
Executable file

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