mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:59:00 +08:00
e1e7daf3ab
* [vcpkg baseline][rbdl-orb/rbdl] file conflicts, skip rbdl-orb in Ci testing * [ptex] Add DISABLE_PARALLEL_CONFIGURE * Update the baseline version * Add missing quotes * Update the baseline version
20 lines
368 B
JSON
20 lines
368 B
JSON
{
|
|
"name": "ptex",
|
|
"version": "2.3.2",
|
|
"port-version": 3,
|
|
"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"
|
|
]
|
|
}
|