vcpkg/ports/tinyobjloader/vcpkg.json
2024-04-09 14:39:49 -04:00

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"
}
}
}