mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:49:00 +08:00
19 lines
348 B
JSON
19 lines
348 B
JSON
|
{
|
||
|
"name": "openfbx",
|
||
|
"version-date": "2022-07-18",
|
||
|
"description": "Lightweight open source FBX importer",
|
||
|
"homepage": "https://github.com/nem0/OpenFBX",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
"miniz",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|