mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:39:01 +08:00
cf89d998a7
* [utfcpp] Update to 4.0.2 * [utfcpp] Update version files
29 lines
496 B
JSON
29 lines
496 B
JSON
{
|
|
"name": "assimp",
|
|
"version": "5.3.1",
|
|
"port-version": 3,
|
|
"description": "The Open Asset import library",
|
|
"homepage": "https://github.com/assimp/assimp",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"draco",
|
|
"kubazip",
|
|
"minizip",
|
|
"poly2tri",
|
|
"polyclipping",
|
|
"pugixml",
|
|
"rapidjson",
|
|
"stb",
|
|
"utfcpp",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|