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
}
]
}
|