Skip to content

Commit

Permalink
TEMPORARY/CI ONLY: enable the map_view feature by default
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Oct 25, 2024
1 parent dbf290e commit bc8cc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/top/rerun-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bc8cc59

Please sign in to comment.