From e9c2881972fc20e1c22196e72ceec3b988fba650 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 02c300db0baa8..8224393c45b06 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.