mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:09:06 +08:00
cbf4a66415
closes #38201 supersedes #38237 Lets see if I forgot to cherry pick something. --------- Co-authored-by: Yury Bura <yurybura@gmail.com>
25 lines
588 B
JSON
25 lines
588 B
JSON
{
|
|
"name": "collada-dom",
|
|
"version": "2.5.0",
|
|
"port-version": 11,
|
|
"description": "The COLLADA Document Object Model (DOM) is an application programming interface (API) that provides a C++ object representation of a COLLADA XML instance document.",
|
|
"homepage": "https://github.com/rdiankov/collada-dom",
|
|
"license": null,
|
|
"dependencies": [
|
|
"boost-filesystem",
|
|
"boost-system",
|
|
"libxml2",
|
|
"minizip",
|
|
"uriparser",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|