Skip to content

Commit

Permalink
Re-export rerun::external::arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 16, 2025
1 parent 6c95b56 commit 4073a38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7323,6 +7323,7 @@ name = "rerun"
version = "0.22.0-alpha.1+dev"
dependencies = [
"anyhow",
"arrow",
"clap",
"document-features",
"env_logger",
Expand Down
1 change: 1 addition & 0 deletions crates/top/rerun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ re_tracing.workspace = true
re_video.workspace = true

anyhow.workspace = true
arrow.workspace = true
document-features.workspace = true
itertools.workspace = true
similar-asserts.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/top/rerun/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ pub const EXTERNAL_DATA_LOADER_INCOMPATIBLE_EXIT_CODE: i32 = 66;
/// Re-exports of other crates.
pub mod external {
pub use anyhow;
pub use arrow;

pub use ::re_build_info;
pub use ::re_entity_db;
Expand Down

0 comments on commit 4073a38

Please sign in to comment.