vcpkg/ports/draco/vcpkg.json
chausner 591c558fda
[draco] Update to 1.4.3 (#21121)
* Update draco to 1.4.3

* Update CI baseline

* Disable symlinks

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-04 12:57:01 -07:00

17 lines
420 B
JSON

{
"name": "draco",
"version": "1.4.3",
"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",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}