18 lines
442 B
JSON
18 lines
442 B
JSON
|
{
|
||
|
"name": "openctm",
|
||
|
"version": "1.0.3",
|
||
|
"description": "OpenCTM — the Open Compressed Triangle Mesh file format — is a file format, a software library and a tool set for compression of 3D triangle meshes.",
|
||
|
"homepage": "http://openctm.sourceforge.net/",
|
||
|
"license": "Zlib",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|