1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00
Files
egui/crates
Emil Ernerfeldt 71f7bdc919 Implement nohash_hasher::IsEnabled for Id (#5628)
`egui:🆔:IdSet` and `egui:🆔: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