switch to fxhash

This commit is contained in:
iris committed 2025-09-21 16:27:36 -04:00
1 parent bc9a273831
commit c1f0b16f20
6 files changed
+23 -6

No files matched your search

+2 -2
View File
@@ -236,7 +236,7 @@ impl Widgets {
pub fn new() -> Self {
Self {
ids: IdTracker::default(),
map: HashMap::new(),
map: HashMap::default(),
}
}
@@ -298,7 +298,7 @@ impl Widgets {
WidgetData {
widget,
label,
sized_children: HashSet::new(),
sized_children: HashSet::default(),
borrowed: false,
sensor: false,
},