Skip to content

Commit

Permalink
enable data_loaders feature by default in rerun_py
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Feb 28, 2024
1 parent 05a52c3 commit f8bd641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rerun_py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ re_error.workspace = true
re_log.workspace = true
re_log_types.workspace = true
re_memory.workspace = true
rerun = { workspace = true, features = ["analytics", "run", "server", "sdk"] }
rerun = { workspace = true, features = ["analytics", "data_loaders", "run", "server", "sdk"] }
re_web_viewer_server = { workspace = true, optional = true }
re_ws_comms = { workspace = true, optional = true }

Expand Down

0 comments on commit f8bd641

Please sign in to comment.