Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance.
xxhash-rust is more maintained, built against `::core`, so no workaround for wasm is necessary. Switch to Xxh3 for better performance, which shows when loading/hashing image buffers.
This commit is contained in:
parent
751ea77c29
commit
98e088e731
6 changed files with 8 additions and 19 deletions
|
|
@ -14,7 +14,7 @@ keywords.workspace = true
|
|||
bitflags.workspace = true
|
||||
log.workspace = true
|
||||
thiserror.workspace = true
|
||||
twox-hash.workspace = true
|
||||
xxhash-rust.workspace = true
|
||||
num-traits.workspace = true
|
||||
|
||||
palette.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue