summaryrefslogtreecommitdiffstats
path: root/test/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-12-06 04:06:41 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-12-10 04:51:08 +0100
commit1aeb317f2dbfb63215e6226073e67878ffa6503b (patch)
treed883266d796360a1e4d883dc82a4fb284f724790 /test/Cargo.toml
parent8e3636d769d96ab5ba49a9647b72c59ae2226dd0 (diff)
downloadiced-1aeb317f2dbfb63215e6226073e67878ffa6503b.tar.gz
iced-1aeb317f2dbfb63215e6226073e67878ffa6503b.tar.bz2
iced-1aeb317f2dbfb63215e6226073e67878ffa6503b.zip
Add image and hash snapshot-based testing to `iced_test`
Diffstat (limited to 'test/Cargo.toml')
-rw-r--r--test/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Cargo.toml b/test/Cargo.toml
index c09a196d..f6f4f45a 100644
--- a/test/Cargo.toml
+++ b/test/Cargo.toml
@@ -19,3 +19,6 @@ iced_tiny_skia.workspace = true
iced_renderer.workspace = true
iced_renderer.features = ["tiny-skia"]
+
+png.workspace = true
+sha2.workspace = true