0.20.2 - Build fix
Rerun is an easy-to-use visualization toolbox for multimodal and temporal data.
Try it live at https://rerun.io/viewer.
- Python:
pip install rerun-sdk
- Rust:
cargo add rerun
andcargo install rerun-cli --locked
- Online demo: https://rerun.io/viewer/version/0.20.2/
- C++ FetchContent: https://github.com/rerun-io/rerun/releases/download/0.20.2/rerun_cpp_sdk.zip
🔎 Details
🪳 Bug fixes
- Fix a drag-and-drop display regression #8228
📚 Docs
- Add
map_view
to the default features and improve how thenasm
feature is handled and documented #8243
🧑💻 Dev-experience
- Gracefully handle
cargo-metadata
failures in users' environments #8239