aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rerun-sdk/vcpkg.json
blob: cd0f5dd2f4a5f8f990e02971051b1e661674b19a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "rerun-sdk",
  "version": "0.26.2",
  "description": "Open source log handling and visualization for spatial and embodied AI. Managed infrastructure to ingest, store, analyze, and stream data at scale with built-in visual debugging. Fast, flexible, and easy to use.",
  "homepage": "https://rerun.io",
  "license": "MIT OR Apache-2.0",
  "supports": "(windows & x64) | osx | linux",
  "dependencies": [
    "arrow",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}