vcpkg/ports/draco/vcpkg.json
Jia Yue Hua cf37b82bca
[draco] update to 1.5.7 (#36626)
* [draco] update to 1.5.7

* [draco] update to 1.5.7
2024-02-07 22:26:55 -08:00

18 lines
447 B
JSON

{
"name": "draco",
"version": "1.5.7",
"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
}
]
}