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"