mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:39:00 +08:00
20 lines
376 B
JSON
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"
|
|
]
|
|
}
|