mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 11:41:36 +08:00
21 lines
397 B
JSON
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"
|
|
]
|
|
}
|