re_viewport 0.13.0

The central viewport panel of the Rerun viewer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod archetypes;

pub mod components {

    #[path = "../components/mod.rs"]
    mod _components;

    pub use self::_components::*;
    pub use re_types::blueprint::components::*;
}

mod data_ui;

pub use data_ui::register_ui_components;