From 1aeb317f2dbfb63215e6226073e67878ffa6503b Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 6 Dec 2024 04:06:41 +0100 Subject: Add image and hash snapshot-based testing to `iced_test` --- test/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/Cargo.toml') 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 -- cgit