aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/spz/vcpkg.json
blob: b46ed45dae5bfb3fdc74c6e5d0c54b61cf247423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "spz",
  "version": "2.1.0",
  "description": "File format for 3D Gaussian splats.",
  "homepage": "https://scaniverse.com/spz",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ],
  "features": {
    "tools": {
      "description": "Build tools"
    }
  }
}