Files
egui/crates
Emil Ernerfeldt 71f7bdc919 Implement nohash_hasher::IsEnabled for Id (#5628)
`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
2025-01-22 13:18:02 +01:00
..
2025-01-16 17:00:29 +01:00
2025-01-16 17:00:29 +01:00
2023-04-18 15:52:45 +02:00