From 22021022ca1c2c1c61391c41f2451f8c474f7fcf Mon Sep 17 00:00:00 2001 From: Antoine Beyeler Date: Wed, 23 Oct 2024 16:52:45 +0200 Subject: [PATCH] TEMPORARY/CI ONLY: enable the `map_view` feature by default --- crates/top/rerun-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/top/rerun-cli/Cargo.toml b/crates/top/rerun-cli/Cargo.toml index 02c300db0baa..8224393c45b0 100644 --- a/crates/top/rerun-cli/Cargo.toml +++ b/crates/top/rerun-cli/Cargo.toml @@ -41,7 +41,7 @@ doc = false ## so we have all the bells and wistles here, except those that may require extra tools ## (like "nasm"). ## That is: `cargo install rerun-cli --locked` should work for _everyone_. -default = ["native_viewer", "web_viewer"] +default = ["native_viewer", "web_viewer", "map_view"] ## The features we enable when we build the pre-built binaries during our releases. ## This may enable features that require extra build tools that not everyone heas.