blob: bdf1b8a108a056df26f3f323f7bee249531a6cb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{
"name": "meshoptimizer",
"version": "0.25",
"port-version": 2,
"description": "Mesh optimization library that makes meshes smaller and faster to render",
"homepage": "https://github.com/zeux/meshoptimizer",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"gltfpack": {
"description": "Build gltfpack tool",
"supports": "!uwp",
"dependencies": [
"basisu"
]
}
}
}
|