From eecac7b5d163794645bcce8e450c74e3eb5e999f Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 31 Aug 2019 04:31:13 +0200 Subject: Remove `nalgebra` dependency - Implement our own `Point` and `Vector` types - Make `Rectangle` not generic --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 488c6eb7..17eb0bc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ categories = ["gui"] [dependencies] stretch = "0.2" -nalgebra = "0.18" twox-hash = "1.5" [dev-dependencies] -- cgit