Skip to content

Commit

Permalink
Add support for shit-click range selection in the streams tree
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Jan 30, 2025
1 parent a2417ae commit ac6a5ea
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 173 deletions.
1 change: 1 addition & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6566,6 +6566,7 @@ dependencies = [
"re_log_types",
"re_tracing",
"re_types",
"re_types_core",
"re_ui",
"re_viewer_context",
"re_viewport_blueprint",
Expand Down
3 changes: 2 additions & 1 deletion crates/viewer/re_time_panel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ re_data_ui.workspace = true
re_entity_db.workspace = true
re_format.workspace = true
re_int_histogram.workspace = true
re_log_types.workspace = true
re_log.workspace = true
re_log_types.workspace = true
re_tracing.workspace = true
re_types.workspace = true
re_types_core.workspace = true
re_ui.workspace = true
re_viewer_context.workspace = true
re_viewport_blueprint.workspace = true
Expand Down
Loading

0 comments on commit ac6a5ea

Please sign in to comment.