re_context_menu 0.31.0-rc.2

Support crate for context menu and actions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod add_container;
pub mod add_entities_to_new_view;
pub mod add_view;
pub mod clone_view;
pub mod collapse_expand_all;
pub mod move_contents_to_new_container;
pub mod remove;
pub mod show_hide;
pub mod track_entity;

mod copy_entity_path;
mod screenshot_action;

pub use copy_entity_path::CopyEntityPathToClipboard;
pub use screenshot_action::ScreenshotAction;
pub use track_entity::TrackEntity;