mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
[optimize] switch to ahash for ids and most maps and sets
This commit is contained in:
@@ -7,13 +7,14 @@ edition = "2018"
|
||||
[lib]
|
||||
|
||||
[dependencies]
|
||||
ahash = "0.3"
|
||||
parking_lot = "0.10"
|
||||
rusttype = "0.9"
|
||||
serde = "1"
|
||||
serde_derive = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
criterion = { version = "0.3", default-features = false }
|
||||
|
||||
[[bench]]
|
||||
name = "benchmark"
|
||||
|
||||
Reference in New Issue
Block a user