diff options
Diffstat (limited to '')
| -rw-r--r-- | tiny_skia/Cargo.toml | 6 | 
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"] | 
