Skip to content

Commit

Permalink
Instance -> InstanceKey
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jan 31, 2023
1 parent 937c582 commit b3e3e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rerun_sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub use re_log_types::component_types::Arrow3D;
pub use re_log_types::component_types::Box3D;
pub use re_log_types::component_types::ClassId;
pub use re_log_types::component_types::ColorRGBA;
pub use re_log_types::component_types::Instance;
pub use re_log_types::component_types::InstanceKey;
pub use re_log_types::component_types::KeypointId;
pub use re_log_types::component_types::Label;
pub use re_log_types::component_types::Mat3x3;
Expand Down

0 comments on commit b3e3e65

Please sign in to comment.