diff options
author | 2023-11-11 03:54:18 +0100 | |
---|---|---|
committer | 2023-11-11 03:54:18 +0100 | |
commit | 53f5f935e493cce3c041f8d0a635ab4c24a8f7e0 (patch) | |
tree | 663740eb773a2274777873647e634932399f1756 /Cargo.toml | |
parent | 751ea77c29f6eb3d00f45f0a04c833a1d03a425c (diff) | |
parent | 107e842071f1300df5e0bfcb26ee0a99024e51d8 (diff) | |
download | iced-53f5f935e493cce3c041f8d0a635ab4c24a8f7e0.tar.gz iced-53f5f935e493cce3c041f8d0a635ab4c24a8f7e0.tar.bz2 iced-53f5f935e493cce3c041f8d0a635ab4c24a8f7e0.zip |
Merge pull request #2080 from dtzxporter/xxhash-3-speed
Migrate twox-hash -> xxhash-rust. Switch to Xxh3 for better performance.
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ thiserror = "1.0" tiny-skia = "0.10" tokio = "1.0" tracing = "0.1" -twox-hash = { version = "1.0", default-features = false } +xxhash-rust = { version = "0.8", features = ["xxh3"] } unicode-segmentation = "1.0" wasm-bindgen-futures = "0.4" wasm-timer = "0.2" |