yuzu/externals/vcpkg/ports/collada-dom/vcpkg.json

17 lines
458 B
JSON
Executable File

{
"name": "collada-dom",
"version-string": "2.5.0",
"port-version": 6,
"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",
"dependencies": [
"boost-filesystem",
"boost-system",
"libxml2",
"minizip",
"pcre",
"uriparser",
"zlib"
]
}