Skip to content

Commit

Permalink
expose Loggable in re_sdk too
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jul 28, 2023
1 parent 1d44c36 commit 96c777e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/re_sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pub use self::recording_stream::{RecordingStream, RecordingStreamBuilder};
pub use re_sdk_comms::{default_flush_timeout, default_server_addr};

pub use re_log_types::{ApplicationId, EntityPath, LegacyComponent, StoreId, StoreKind};
pub use re_types::ComponentName;

pub use global::cleanup_if_forked_child;

Expand Down Expand Up @@ -97,7 +96,9 @@ pub mod coordinates {
pub use re_components::coordinates::{Axis3, Handedness, Sign, SignedAxis3};
}

pub use re_types::{archetypes, datatypes, Archetype, Component, Datatype};
pub use re_types::{
archetypes, datatypes, Archetype, Component, ComponentName, Datatype, Loggable,
};

/// Methods for spawning the web viewer and streaming the SDK log stream to it.
#[cfg(feature = "web_viewer")]
Expand Down

0 comments on commit 96c777e

Please sign in to comment.