From eab6aa264bf6670f29e11a157ed8d47f6c9aeb08 Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Fri, 20 Dec 2024 12:11:55 +0100 Subject: [PATCH] machete --- Cargo.lock | 4 ---- crates/viewer/re_view/Cargo.toml | 2 -- crates/viewer/re_view_spatial/Cargo.toml | 2 -- 3 files changed, 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db5e8a231b96..ffe9d9e95cf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6579,12 +6579,10 @@ version = "0.22.0-alpha.1+dev" dependencies = [ "ahash", "arrow", - "bytemuck", "egui", "glam", "itertools 0.13.0", "nohash-hasher", - "re_arrow2", "re_chunk_store", "re_entity_db", "re_log", @@ -6696,7 +6694,6 @@ version = "0.22.0-alpha.1+dev" dependencies = [ "ahash", "anyhow", - "arrow", "bitflags 2.6.0", "bytemuck", "criterion", @@ -6709,7 +6706,6 @@ dependencies = [ "nohash-hasher", "once_cell", "ordered-float", - "re_arrow2", "re_chunk_store", "re_data_ui", "re_entity_db", diff --git a/crates/viewer/re_view/Cargo.toml b/crates/viewer/re_view/Cargo.toml index 29e1973862a3..38102cd74f2a 100644 --- a/crates/viewer/re_view/Cargo.toml +++ b/crates/viewer/re_view/Cargo.toml @@ -37,8 +37,6 @@ re_viewport_blueprint.workspace = true ahash.workspace = true arrow.workspace = true -arrow2.workspace = true -bytemuck.workspace = true egui.workspace = true glam.workspace = true itertools.workspace = true diff --git a/crates/viewer/re_view_spatial/Cargo.toml b/crates/viewer/re_view_spatial/Cargo.toml index 71c69a1082df..a9d82c77cf83 100644 --- a/crates/viewer/re_view_spatial/Cargo.toml +++ b/crates/viewer/re_view_spatial/Cargo.toml @@ -41,8 +41,6 @@ re_video.workspace = true re_viewer_context.workspace = true re_viewport_blueprint.workspace = true -arrow.workspace = true -arrow2.workspace = true ahash.workspace = true anyhow.workspace = true bitflags.workspace = true