mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
cf37b82bca
* [draco] update to 1.5.7 * [draco] update to 1.5.7
18 lines
447 B
JSON
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
|
|
}
|
|
]
|
|
}
|