mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:39:30 +08:00
27 lines
455 B
JSON
27 lines
455 B
JSON
{
|
|
"name": "assimp",
|
|
"version": "5.2.5",
|
|
"description": "The Open Asset import library",
|
|
"homepage": "https://github.com/assimp/assimp",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"draco",
|
|
"kubazip",
|
|
"minizip",
|
|
"poly2tri",
|
|
"pugixml",
|
|
"rapidjson",
|
|
"stb",
|
|
"utfcpp",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|