summaryrefslogtreecommitdiffstats
path: root/tiny_skia
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2023-11-11 03:54:18 +0100
committerLibravatar GitHub <noreply@github.com>2023-11-11 03:54:18 +0100
commit53f5f935e493cce3c041f8d0a635ab4c24a8f7e0 (patch)
tree663740eb773a2274777873647e634932399f1756 /tiny_skia
parent751ea77c29f6eb3d00f45f0a04c833a1d03a425c (diff)
parent107e842071f1300df5e0bfcb26ee0a99024e51d8 (diff)
downloadiced-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 'tiny_skia')
-rw-r--r--tiny_skia/Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml
index 15a6928a..df4c6143 100644
--- a/tiny_skia/Cargo.toml
+++ b/tiny_skia/Cargo.toml
@@ -26,11 +26,7 @@ raw-window-handle.workspace = true
rustc-hash.workspace = true
softbuffer.workspace = true
tiny-skia.workspace = true
-twox-hash.workspace = true
+xxhash-rust.workspace = true
resvg.workspace = true
resvg.optional = true
-
-[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
-twox-hash.workspace = true
-twox-hash.features = ["std"]