vcpkg/ports/ptex/vcpkg.json
2024-10-18 16:49:45 -07:00

20 lines
376 B
JSON

{
"name": "ptex",
"version": "2.4.3",
"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"
]
}