Skip to content

Commit

Permalink
Add rerun::external::ndarray (#7259)
Browse files Browse the repository at this point in the history
### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
  • Loading branch information
emilk authored Aug 26, 2024
1 parent 20da873 commit be5c713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/store/re_types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ pub mod external {

pub use anyhow;
pub use arrow2;
pub use ndarray;
pub use uuid;

#[cfg(feature = "ecolor")]
Expand Down

0 comments on commit be5c713

Please sign in to comment.