Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Nov 2, 2024
1 parent 0881896 commit c4f442d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6217,11 +6217,9 @@ dependencies = [
name = "re_space_view_map"
version = "0.20.0-alpha.1+dev"
dependencies = [
"ahash",
"egui",
"glam",
"itertools 0.13.0",
"nohash-hasher",
"re_data_ui",
"re_entity_db",
"re_log",
Expand Down
5 changes: 2 additions & 3 deletions crates/viewer/re_space_view_map/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ re_data_ui.workspace = true
re_entity_db.workspace = true
re_log.workspace = true
re_log_types.workspace = true
re_math.workspace = true
re_query.workspace = true
re_renderer.workspace = true
re_space_view.workspace = true
Expand All @@ -32,10 +33,8 @@ re_ui.workspace = true
re_viewer_context.workspace = true
re_viewport_blueprint.workspace = true

ahash.workspace = true
egui.workspace = true
glam.workspace = true
itertools.workspace = true
nohash-hasher.workspace = true
re_math.workspace = true

walkers = "0.26.0" # TODO(#7876): move to workspace

0 comments on commit c4f442d

Please sign in to comment.