vcpkg/ports/openfbx/vcpkg.json
Eviral 8e78590ad7
[openfbx] Miniz dep was removed in latest version and replaced by libdeflate (#42694)
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2024-12-19 16:14:06 -05:00

20 lines
374 B
JSON

{
"name": "openfbx",
"version-date": "2024-05-08",
"port-version": 1,
"description": "Lightweight open source FBX importer",
"homepage": "https://github.com/nem0/OpenFBX",
"license": "MIT",
"dependencies": [
"libdeflate",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}