Skip to content

Commit

Permalink
No longer using SpaceViewContents
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Dec 13, 2023
1 parent 68711dd commit 1eaa7d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 618 deletions.
2 changes: 0 additions & 2 deletions crates/re_space_view/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ pub mod controls;
mod data_query;
mod data_query_blueprint;
mod screenshot;
mod space_view_contents;
mod unreachable_transform_reason;

pub use data_query::{DataQuery, EntityOverrides, PropertyResolver, NOOP_RESOLVER};
pub use data_query_blueprint::DataQueryBlueprint;
pub use screenshot::ScreenshotMode;
pub use space_view_contents::{DataBlueprintGroup, SpaceViewContents};
pub use unreachable_transform_reason::UnreachableTransformReason;
Loading

0 comments on commit 1eaa7d4

Please sign in to comment.