vcpkg/ports/draco/vcpkg.json
2023-12-12 01:18:35 -08:00

19 lines
468 B
JSON

{
"name": "draco",
"version": "1.5.6",
"port-version": 1,
"description": " A library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.",
"homepage": "https://github.com/google/draco",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}