vcpkg/ports/assimp/vcpkg.json
JonLiu1993 9612cfe7ec
[assimp] update to 5.4.3 and fix build error (#40894)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-09-24 10:16:55 -04:00

28 lines
482 B
JSON

{
"name": "assimp",
"version": "5.4.3",
"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"
]
}