blob: 1b1212d983a261f76695d00956e4e1ae35cc4549 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "openctm",
"version": "1.0.3",
"port-version": 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": "https://openctm.sourceforge.net/",
"license": "Zlib",
"dependencies": [
"7zip",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|