1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Update ahash 0.6.3 -> 0.7.0

This commit is contained in:
Emil Ernerfeldt
2021-02-07 15:46:35 +01:00
parent 7641807665
commit d9472035d7
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ include = [
[dependencies]
emath = { version = "0.8.0", path = "../emath" }
ahash = { version = "0.6", features = ["std"], default-features = false }
ahash = { version = "0.7", features = ["std"], default-features = false }
atomic_refcell = { version = "0.1", optional = true } # Used instead of parking_lot when you are always using epaint in a single thread. About as fast as parking_lot. Panics on multi-threaded use.
parking_lot = { version = "0.11", optional = true } # Using parking_lot over std::sync::Mutex gives 50% speedups in some real-world scenarios.
rusttype = "0.9"