From f5bcfec8211c04c4b05f63d01d52d3e5d2cc123e Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 1 Apr 2024 11:59:46 +0200 Subject: Use `rustc-hash` for most of our `HashMap` and `HashSet` instances --- widget/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'widget/Cargo.toml') diff --git a/widget/Cargo.toml b/widget/Cargo.toml index a45f47ef..84525935 100644 --- a/widget/Cargo.toml +++ b/widget/Cargo.toml @@ -28,6 +28,7 @@ iced_renderer.workspace = true iced_runtime.workspace = true num-traits.workspace = true +rustc-hash.workspace = true thiserror.workspace = true unicode-segmentation.workspace = true -- cgit