Skip to content
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

remove unnecessary dependencies #1711

Merged
merged 5 commits into from
Mar 30, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
17 changes: 0 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/re_build_build_info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ all-features = true

[dependencies]
anyhow.workspace = true
glob = "0.3"
time = { workspace = true, features = ["formatting"] }
2 changes: 0 additions & 2 deletions crates/re_data_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ re_smart_channel.workspace = true
re_string_interner.workspace = true

ahash.workspace = true
anyhow = "1.0"
document-features = "0.2"
itertools = { workspace = true }
nohash-hasher = "0.2"
once_cell = "1.15.0"
serde = { version = "1", features = ["derive", "rc"], optional = true }
thiserror = "1.0"

Expand Down
3 changes: 0 additions & 3 deletions crates/re_query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,12 @@ re_log_types.workspace = true
re_log.workspace = true

# External dependencies:
anyhow.workspace = true
arrow2 = { workspace = true, features = [
"compute_concatenate",
"compute_aggregate",
] }
document-features = "0.2"
indent = "0.1"
itertools = { workspace = true }
nohash-hasher = "0.2"
thiserror.workspace = true

# Optional dependencies:
Expand Down
1 change: 0 additions & 1 deletion crates/re_renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ glam = { workspace = true, features = ["bytemuck"] }
half = { workspace = true, features = ["bytemuck"] }
itertools = { workspace = true }
macaw.workspace = true
memoffset = "0.8"
ordered-float = "3.2"
parking_lot.workspace = true
slotmap = "1.0.6"
Expand Down
3 changes: 0 additions & 3 deletions crates/re_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ re_sdk_comms = { workspace = true, features = ["client"] }
re_smart_channel.workspace = true

anyhow.workspace = true
arrow2.workspace = true
crossbeam = "0.8"
document-features = "0.2"
lazy_static.workspace = true
nohash-hasher = "0.2"
parking_lot.workspace = true
thiserror.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions crates/re_tensor_ops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ all-features = true
re_log_types.workspace = true

ahash.workspace = true
bytemuck = { version = "1.12", features = ["extern_crate_alloc"] }
ndarray.workspace = true
serde = { version = "1", features = ["derive"] }
thiserror = "1.0"
2 changes: 0 additions & 2 deletions crates/re_viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,9 @@ instant = { version = "0.1", features = ["wasm-bindgen"] }
itertools = { workspace = true }
lazy_static.workspace = true
macaw = { workspace = true, features = ["with_serde"] }
mint = "0.5"
ndarray = "0.15"
nohash-hasher = "0.2"
poll-promise = "0.2"
rand = { version = "0.8", features = ["small_rng"] }
rfd = { version = "0.11.3", default_features = false, features = [
"xdg-portal",
] }
Expand Down
3 changes: 0 additions & 3 deletions crates/rerun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,10 @@ re_smart_channel.workspace = true
re_ws_comms = { workspace = true, features = ["client"] }

anyhow.workspace = true
crossbeam = "0.8"
document-features = "0.2"
egui = { workspace = true, default-features = false }
itertools = { workspace = true }
parking_lot.workspace = true
puffin.workspace = true

# Optional dependencies:
re_analytics = { workspace = true, optional = true }
Expand All @@ -96,7 +94,6 @@ webbrowser = { version = "0.8", optional = true }
backtrace = "0.3"
clap = { workspace = true, features = ["derive"] }
mimalloc.workspace = true
puffin_http = "0.11"
ctrlc.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }

Expand Down