mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:09:19 +08:00
3bc4cc846b
* [openfbx] Add port * Set cxx standard to 11 to fix osx build * version * [openfbx] add unofficial namespace * [openfbx] fixes for unofficial-openfbx * [openfbx] more renaming * [openfbx] fix after unofficial renaming * [openfbx] Make it static only as it doesn't export any symbols Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
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
|
|
}
|
|
]
|
|
}
|