aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/draco/vcpkg.json
blob: d248165a9dd6b71affc77f84da28d58069fe0979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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
    }
  ]
}