From d3e7b0d67c09cc99fedb52b852849fe5dad1ccce Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 19 Sep 2022 15:45:49 +0200 Subject: [PATCH] Remove unused dependencies --- Cargo.lock | 9 --------- crates/fj-kernel/Cargo.toml | 3 --- 2 files changed, 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2038aeafc..0bcdbde3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,12 +89,6 @@ version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" -[[package]] -name = "anymap" -version = "1.0.0-beta.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f1f8f5a6f3d50d89e3797d7593a50f96bb2aaa20ca0cc7be1fb673232c91d72" - [[package]] name = "approx" version = "0.3.2" @@ -1039,15 +1033,12 @@ name = "fj-kernel" version = "0.16.0" dependencies = [ "anyhow", - "anymap", "fj-interop", "fj-math", - "map-macro", "parking_lot", "parry2d-f64", "pretty_assertions", "robust-predicates", - "slotmap", "spade", "thiserror", ] diff --git a/crates/fj-kernel/Cargo.toml b/crates/fj-kernel/Cargo.toml index 5955c29a6..911fdf578 100644 --- a/crates/fj-kernel/Cargo.toml +++ b/crates/fj-kernel/Cargo.toml @@ -16,13 +16,10 @@ categories = ["encoding", "mathematics", "rendering"] [dependencies] -anymap = "1.0.0-beta.2" -map-macro = "0.2.4" parking_lot = "0.12.0" parry2d-f64 = "0.9.0" pretty_assertions = "1.3.0" robust-predicates = "0.1.3" -slotmap = "1.0.6" spade = "2.0.0" thiserror = "1.0.35"