Files
2026-07-13 13:05:14 +08:00

460 B

Example of using the blueprint APIs to configure Rerun.

Running the example

# default blueprint
cargo run -p blueprint
# Don't send the blueprint
cargo run -p blueprint -- --skip-blueprint
# Automatically add views
cargo run -p blueprint -- --auto-views