From 5220a064c5054e872fd2f8922aa83838bf066949 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 17 Dec 2024 04:13:19 +0100 Subject: Write documentation for `iced_test` --- test/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Cargo.toml') diff --git a/test/Cargo.toml b/test/Cargo.toml index ff6cb38a..2dd35e7f 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -21,3 +21,4 @@ iced_renderer.features = ["fira-sans"] png.workspace = true sha2.workspace = true +thiserror.workspace = true -- cgit