vcpkg/ports/collada-dom/vcpkg.json
jim wang 20ab0e10c8
[collada-dom] Fix calling zip.h in minizip (#32053)
* Fix calling zip.h in minizip

* update version

* Modify the way to use minizip

* update version

* Modify the way to use minizip

* update version
2023-06-21 22:25:00 -07:00

25 lines
588 B
JSON

{
"name": "collada-dom",
"version": "2.5.0",
"port-version": 10,
"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"
]
}