switch to fxhash

This commit is contained in:
2025-09-21 16:27:36 -04:00
parent bc9a273831
commit c1f0b16f20
6 changed files with 23 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ impl<'a> PainterCtx<'a> {
textures,
text,
screen_size,
drawing: HashSet::new(),
drawing: HashSet::default(),
}
}