vcpkg/ports/assimp/vcpkg.json
2022-09-19 11:39:08 -07:00

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"
]
}