From e455be548fe31de5e2d30ffc8584e1fefcebde3d Mon Sep 17 00:00:00 2001 From: mars Date: Mon, 18 Apr 2022 00:56:29 -0600 Subject: [PATCH] Switch back to upstream smallmap (Shoutout to Avril!) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4fc4c9..333a9e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] rayon = "1" slab = "^0.4" -smallmap = { git = "https://github.com/marceline-cramer/smallmap" } +smallmap = "^1.0" smallvec = "^1.0" strum = { version = "0.24", features = ["derive"] } wgpu = "^0.12"