Skip to content

Implement send_table in re_grpc_server and re_viewer #9510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7144,6 +7144,7 @@ dependencies = [
name = "re_grpc_server"
version = "0.23.0-alpha.1+dev"
dependencies = [
"crossbeam",
"parking_lot",
"re_build_info",
"re_byte_size",
Expand Down Expand Up @@ -8094,8 +8095,10 @@ version = "0.23.0-alpha.1+dev"
dependencies = [
"ahash",
"anyhow",
"arrow",
"bytemuck",
"cfg-if",
"crossbeam",
"eframe",
"egui",
"egui-wgpu",
Expand Down Expand Up @@ -8507,6 +8510,7 @@ dependencies = [
"anyhow",
"arrow",
"clap",
"crossbeam",
"document-features",
"env_filter",
"itertools 0.14.0",
Expand Down
1 change: 1 addition & 0 deletions crates/store/re_grpc_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ re_tracing.workspace = true
re_types.workspace = true

# External
crossbeam.workspace = true
parking_lot.workspace = true
tonic = { workspace = true, default-features = false, features = ["transport"] }
tonic-web.workspace = true
Expand Down
Loading
Loading