refactor(scenegraph): use super fast hasher

This commit is contained in:
Nova
2022-06-12 02:36:44 -04:00
parent 8a3dc83a93
commit 0a9643ca6c
2 changed files with 4 additions and 1 deletions

View File

@@ -17,5 +17,6 @@ mint = "0.5.9"
mio = {version = "0.8.3", features = ["net", "os-poll", "os-ext"]}
parking_lot = "0.12.1"
rccell = "0.1.3"
rustc-hash = "1.1.0"
slab = "0.4.6"
thiserror = "1.0.31"