mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 07:49:02 +08:00
f7c5a7c8fc
* [poly2tri ]Switch to maintained repo and adjust description * Rename to jhasse-poly2tri * Also update version and fix header installation. * Remove double nested headers. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
29 lines
503 B
JSON
29 lines
503 B
JSON
{
|
|
"name": "assimp",
|
|
"version": "5.3.1",
|
|
"port-version": 4,
|
|
"description": "The Open Asset import library",
|
|
"homepage": "https://github.com/assimp/assimp",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"draco",
|
|
"jhasse-poly2tri",
|
|
"kubazip",
|
|
"minizip",
|
|
"polyclipping",
|
|
"pugixml",
|
|
"rapidjson",
|
|
"stb",
|
|
"utfcpp",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|