diff options
author | 2024-03-30 15:57:12 +0100 | |
---|---|---|
committer | 2024-03-30 15:57:50 +0100 | |
commit | faa53647cc83577e1ecb81a450c948b3fa4203e0 (patch) | |
tree | 388f4dfa961d464643891593d4c2ac420ac6d458 /tiny_skia | |
parent | 35af0aa84f76daddbb6d6959f9746bd09e306278 (diff) | |
download | iced-faa53647cc83577e1ecb81a450c948b3fa4203e0.tar.gz iced-faa53647cc83577e1ecb81a450c948b3fa4203e0.tar.bz2 iced-faa53647cc83577e1ecb81a450c948b3fa4203e0.zip |
Replace `xxhash-rust` with `rustc-hash`
Diffstat (limited to 'tiny_skia')
-rw-r--r-- | tiny_skia/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml index 68b2a03a..44a894a1 100644 --- a/tiny_skia/Cargo.toml +++ b/tiny_skia/Cargo.toml @@ -25,7 +25,6 @@ log.workspace = true rustc-hash.workspace = true softbuffer.workspace = true tiny-skia.workspace = true -xxhash-rust.workspace = true resvg.workspace = true resvg.optional = true |