Follow-up of #5421. See that issue for more details and a target crate hierarchy.
That would enable:
re_time_panel not depending on re_viewport in order to support context menu
re_space_view and friends to use context menu
- etc.
An alternative to consider is to move context menu stuff to re_viewport_blueprint (weird as grouping goes, but sensible in terms of dependency hierarchy).
Follow-up of #5421. See that issue for more details and a target crate hierarchy.
That would enable:
re_time_panelnot depending onre_viewportin order to support context menure_space_viewand friends to use context menuAn alternative to consider is to move context menu stuff to
re_viewport_blueprint(weird as grouping goes, but sensible in terms of dependency hierarchy).