mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:49:01 +08:00
22 lines
404 B
JSON
22 lines
404 B
JSON
{
|
|
"name": "tinyobjloader",
|
|
"version-string": "2.0.0rc13",
|
|
"description": "Tiny but powerful single file wavefront obj loader",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"double": {
|
|
"description": "enable double(64bit) precision"
|
|
}
|
|
}
|
|
}
|