mirror of
https://github.com/emilk/egui.git
synced 2026-07-19 21:18:54 +00:00
71f7bdc919
`egui::id::IdSet` and `egui::id::IdMap` were already optimized to not do additional hashing (because the `Id` already is a hash), but now they are just type aliases for `nohash_hasher::IntSet/IntMap`. See https://crates.io/crates/nohash-hasher for more