vcpkg/ports/ptex/vcpkg.json
2024-12-16 10:13:08 -05:00

21 lines
397 B
JSON

{
"name": "ptex",
"version": "2.4.3",
"port-version": 1,
"description": "Per-Face Texture Mapping for Production Rendering.",
"homepage": "https://github.com/wdas/ptex",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}